Fixed crash in systray with non-Latin languagess (thanks zcodes)

This commit is contained in:
o9000
2016-05-07 00:38:52 +02:00
parent fea91746a4
commit 690f30308f
4 changed files with 41 additions and 18 deletions

View File

@@ -33,4 +33,6 @@ void change_window_desktop(Window win, int desktop);
int get_icon_count(gulong *data, int num);
gulong *get_best_icon(gulong *data, int icon_count, int num, int *iw, int *ih, int best_icon_size);
char *get_window_name(Window win);
#endif