From dd6e27f2c3cf1754a6f02df059928186e9ddd868 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 22 Mar 2003 00:35:02 +0000 Subject: rename the res_name and res_class members to name and class --- openbox/client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/client.h') 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; -- cgit v1.2.3