From 9fec9c3ef2b88d0cacc56ac9dd91a69d987cc21a Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Thu, 10 Jan 2002 12:52:51 +0000
Subject: cleaned up in GNOME

---
 src/BaseDisplay.hh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/BaseDisplay.hh b/src/BaseDisplay.hh
index b068416..8513699 100644
--- a/src/BaseDisplay.hh
+++ b/src/BaseDisplay.hh
@@ -22,7 +22,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: BaseDisplay.hh,v 1.5 2002/01/09 14:11:20 fluxgen Exp $
+// $Id: BaseDisplay.hh,v 1.6 2002/01/10 12:52:51 fluxgen Exp $
 
 #ifndef   _BASEDISPLAY_HH_
 #define   _BASEDISPLAY_HH_
@@ -78,7 +78,7 @@ public:
 	} BlackboxAttributes;
 
 #ifdef GNOME
-	inline Atom *getGnomeListAtoms() { return gnome_atom_list; }
+//	inline Atom *getGnomeListAtoms() { return gnome_atom_list; }
 	inline Atom &getGnomeProtAtom() { return gnome_wm_prot; }
 	inline Atom &getGnomeClientListAtom() { return gnome_wm_win_client_list; }
 	inline Atom &getGnomeSupportingWMCheckAtom() { return gnome_wm_supporting_wm_check; }
@@ -308,14 +308,14 @@ private:
 #endif // NEWWMSPEC
 
 #ifdef GNOME
-	union {
+//	union {
 		Atom gnome_wm_win_layer, gnome_wm_win_state, gnome_wm_win_hints,
 			gnome_wm_win_app_state, gnome_wm_win_expanded_size,
 			gnome_wm_win_icons, gnome_wm_win_workspace,
 			gnome_wm_win_workspace_count,	gnome_wm_win_workspace_names,
 			gnome_wm_win_client_list;
-		Atom gnome_atom_list[10];	
-	};	
+//		Atom gnome_atom_list[10];	
+//	};	
 	Atom gnome_wm_prot;
 	Atom gnome_wm_supporting_wm_check;	
 #endif // GNOME
-- 
cgit v0.11.2