diff options
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/client.h b/openbox/client.h index c7acf7b8..34a61c96 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -132,9 +132,9 @@ typedef struct Client { gchar *icon_title; /*! The application that created the window */ - gchar *res_name; + gchar *name; /*! The class of the window, can used for grouping */ - gchar *res_class; + gchar *class; /*! The specified role of the window, used for identification */ gchar *role; |
