diff options
Diffstat (limited to 'src/twm.h')
-rw-r--r-- | src/twm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -303,7 +303,7 @@ typedef struct TWMWinConfigEntry { int tag; char *client_id; char *window_role; - XClassHint class; + XClassHint xclass; char *wm_name; int wm_command_count; char **wm_command; |