little style fixes

This commit is contained in:
Michael Stapelberg
2011-11-21 21:48:24 +00:00
parent 344c04af12
commit 561cf3719f
9 changed files with 27 additions and 39 deletions

View File

@ -285,7 +285,7 @@ struct Window {
char *name_json;
/** The length of the name in glyphs (not bytes) */
int name_len;
size_t name_len;
/** Whether the application used _NET_WM_NAME */
bool uses_net_wm_name;