aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-10 12:52:51 (GMT)
committerfluxgen <fluxgen>2002-01-10 12:52:51 (GMT)
commit9fec9c3ef2b88d0cacc56ac9dd91a69d987cc21a (patch)
tree9d044a6d29748aa9a2cd60227f796a82b0a0fbba
parentef911eda201ec9b449705f999b60bf3332ee4fdf (diff)
downloadfluxbox-9fec9c3ef2b88d0cacc56ac9dd91a69d987cc21a.zip
fluxbox-9fec9c3ef2b88d0cacc56ac9dd91a69d987cc21a.tar.bz2
cleaned up in GNOME
-rw-r--r--src/BaseDisplay.hh10
1 files 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 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: BaseDisplay.hh,v 1.5 2002/01/09 14:11:20 fluxgen Exp $ 25// $Id: BaseDisplay.hh,v 1.6 2002/01/10 12:52:51 fluxgen Exp $
26 26
27#ifndef _BASEDISPLAY_HH_ 27#ifndef _BASEDISPLAY_HH_
28#define _BASEDISPLAY_HH_ 28#define _BASEDISPLAY_HH_
@@ -78,7 +78,7 @@ public:
78 } BlackboxAttributes; 78 } BlackboxAttributes;
79 79
80#ifdef GNOME 80#ifdef GNOME
81 inline Atom *getGnomeListAtoms() { return gnome_atom_list; } 81// inline Atom *getGnomeListAtoms() { return gnome_atom_list; }
82 inline Atom &getGnomeProtAtom() { return gnome_wm_prot; } 82 inline Atom &getGnomeProtAtom() { return gnome_wm_prot; }
83 inline Atom &getGnomeClientListAtom() { return gnome_wm_win_client_list; } 83 inline Atom &getGnomeClientListAtom() { return gnome_wm_win_client_list; }
84 inline Atom &getGnomeSupportingWMCheckAtom() { return gnome_wm_supporting_wm_check; } 84 inline Atom &getGnomeSupportingWMCheckAtom() { return gnome_wm_supporting_wm_check; }
@@ -308,14 +308,14 @@ private:
308#endif // NEWWMSPEC 308#endif // NEWWMSPEC
309 309
310#ifdef GNOME 310#ifdef GNOME
311 union { 311// union {
312 Atom gnome_wm_win_layer, gnome_wm_win_state, gnome_wm_win_hints, 312 Atom gnome_wm_win_layer, gnome_wm_win_state, gnome_wm_win_hints,
313 gnome_wm_win_app_state, gnome_wm_win_expanded_size, 313 gnome_wm_win_app_state, gnome_wm_win_expanded_size,
314 gnome_wm_win_icons, gnome_wm_win_workspace, 314 gnome_wm_win_icons, gnome_wm_win_workspace,
315 gnome_wm_win_workspace_count, gnome_wm_win_workspace_names, 315 gnome_wm_win_workspace_count, gnome_wm_win_workspace_names,
316 gnome_wm_win_client_list; 316 gnome_wm_win_client_list;
317 Atom gnome_atom_list[10]; 317// Atom gnome_atom_list[10];
318 }; 318// };
319 Atom gnome_wm_prot; 319 Atom gnome_wm_prot;
320 Atom gnome_wm_supporting_wm_check; 320 Atom gnome_wm_supporting_wm_check;
321#endif // GNOME 321#endif // GNOME