diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-22 00:35:02 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-22 00:35:02 +0000 |
| commit | dd6e27f2c3cf1754a6f02df059928186e9ddd868 (patch) | |
| tree | 5189a0a192d394d5df604f489da36af14288d40d /openbox/client.h | |
| parent | ba1e06157d823d1d6815811233e8cbe308bb2917 (diff) | |
rename the res_name and res_class members to name and class
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; |
