all repos — fluxbox @ 43fd8e56ea706bccd260e70b027070552cfe929f

custom fork of the fluxbox windowmanager

Gnome hints atom
fluxgen fluxgen
commit

43fd8e56ea706bccd260e70b027070552cfe929f

parent

52ed0566210f7b49f06ac4cf8d49ff423d3268d7

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/BaseDisplay.hhsrc/BaseDisplay.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: BaseDisplay.hh,v 1.9 2002/02/04 06:58:50 fluxgen Exp $ +// $Id: BaseDisplay.hh,v 1.10 2002/02/07 14:44:09 fluxgen Exp $ #ifndef _BASEDISPLAY_HH_ #define _BASEDISPLAY_HH_

@@ -101,6 +101,7 @@ inline Atom &getGnomeWorkspaceAtom() { return gnome_wm_win_workspace; }

inline Atom &getGnomeWorkspaceCountAtom() { return gnome_wm_win_workspace_count; } inline Atom &getGnomeWorkspaceNamesAtom() { return gnome_wm_win_workspace_names; } inline Atom &getGnomeStateAtom() { return gnome_wm_win_state; } + inline Atom &getGnomeHintsAtom() { return gnome_wm_win_hints; } #endif //GNOME inline const Atom &getWMChangeStateAtom(void) const