diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/BaseDisplay.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/BaseDisplay.hh b/src/BaseDisplay.hh index 1407bc4..b927691 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.9 2002/02/04 06:58:50 fluxgen Exp $ | 25 | // $Id: BaseDisplay.hh,v 1.10 2002/02/07 14:44:09 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef _BASEDISPLAY_HH_ | 27 | #ifndef _BASEDISPLAY_HH_ |
28 | #define _BASEDISPLAY_HH_ | 28 | #define _BASEDISPLAY_HH_ |
@@ -101,6 +101,7 @@ public: | |||
101 | inline Atom &getGnomeWorkspaceCountAtom() { return gnome_wm_win_workspace_count; } | 101 | inline Atom &getGnomeWorkspaceCountAtom() { return gnome_wm_win_workspace_count; } |
102 | inline Atom &getGnomeWorkspaceNamesAtom() { return gnome_wm_win_workspace_names; } | 102 | inline Atom &getGnomeWorkspaceNamesAtom() { return gnome_wm_win_workspace_names; } |
103 | inline Atom &getGnomeStateAtom() { return gnome_wm_win_state; } | 103 | inline Atom &getGnomeStateAtom() { return gnome_wm_win_state; } |
104 | inline Atom &getGnomeHintsAtom() { return gnome_wm_win_hints; } | ||
104 | #endif //GNOME | 105 | #endif //GNOME |
105 | 106 | ||
106 | inline const Atom &getWMChangeStateAtom(void) const | 107 | inline const Atom &getWMChangeStateAtom(void) const |