summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-22 00:35:02 +0000
committerDana Jansens <danakj@orodu.net>2003-03-22 00:35:02 +0000
commitdd6e27f2c3cf1754a6f02df059928186e9ddd868 (patch)
tree5189a0a192d394d5df604f489da36af14288d40d /openbox/client.h
parentba1e06157d823d1d6815811233e8cbe308bb2917 (diff)
rename the res_name and res_class members to name and class
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h4
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;