diff options
Diffstat (limited to 'src/FbAtoms.hh')
-rw-r--r-- | src/FbAtoms.hh | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/FbAtoms.hh b/src/FbAtoms.hh index 3a04a71..cebb040 100644 --- a/src/FbAtoms.hh +++ b/src/FbAtoms.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbAtoms.hh,v 1.2 2002/03/18 20:28:24 fluxgen Exp $ | 22 | // $Id: FbAtoms.hh,v 1.3 2002/05/07 15:07:02 fluxgen Exp $ |
23 | #ifndef FBATOMS_HH | 23 | #ifndef FBATOMS_HH |
24 | #define FBATOMS_HH | 24 | #define FBATOMS_HH |
25 | 25 | ||
@@ -32,15 +32,15 @@ public: | |||
32 | virtual ~FbAtoms(); | 32 | virtual ~FbAtoms(); |
33 | void initAtoms(Display *display); | 33 | void initAtoms(Display *display); |
34 | #ifdef GNOME | 34 | #ifdef GNOME |
35 | inline Atom &getGnomeProtAtom() { return gnome_wm_prot; } | 35 | inline const Atom &getGnomeProtAtom() const { return gnome_wm_prot; } |
36 | inline Atom &getGnomeClientListAtom() { return gnome_wm_win_client_list; } | 36 | inline const Atom &getGnomeClientListAtom() const { return gnome_wm_win_client_list; } |
37 | inline Atom &getGnomeSupportingWMCheckAtom() { return gnome_wm_supporting_wm_check; } | 37 | inline const Atom &getGnomeSupportingWMCheckAtom() const { return gnome_wm_supporting_wm_check; } |
38 | inline Atom &getGnomeWorkspaceAtom() { return gnome_wm_win_workspace; } | 38 | inline const Atom &getGnomeWorkspaceAtom() const { return gnome_wm_win_workspace; } |
39 | inline Atom &getGnomeWorkspaceCountAtom() { return gnome_wm_win_workspace_count; } | 39 | inline const Atom &getGnomeWorkspaceCountAtom() const { return gnome_wm_win_workspace_count; } |
40 | inline Atom &getGnomeWorkspaceNamesAtom() { return gnome_wm_win_workspace_names; } | 40 | inline const Atom &getGnomeWorkspaceNamesAtom() const { return gnome_wm_win_workspace_names; } |
41 | inline Atom &getGnomeStateAtom() { return gnome_wm_win_state; } | 41 | inline const Atom &getGnomeStateAtom() const { return gnome_wm_win_state; } |
42 | inline Atom &getGnomeHintsAtom() { return gnome_wm_win_hints; } | 42 | inline const Atom &getGnomeHintsAtom() const { return gnome_wm_win_hints; } |
43 | inline Atom &getGnomeLayerAtom() { return gnome_wm_win_layer; } | 43 | inline const Atom &getGnomeLayerAtom() const { return gnome_wm_win_layer; } |
44 | #endif //GNOME | 44 | #endif //GNOME |
45 | 45 | ||
46 | inline const Atom &getWMChangeStateAtom(void) const { return xa_wm_change_state; } | 46 | inline const Atom &getWMChangeStateAtom(void) const { return xa_wm_change_state; } |