diff options
author | markt <markt> | 2007-07-08 22:49:12 (GMT) |
---|---|---|
committer | markt <markt> | 2007-07-08 22:49:12 (GMT) |
commit | 857a6d0a6aaafcb453efaa7307194ea1e1387d58 (patch) | |
tree | 94b829e4fd1f82071da785e9086d59bf30713b11 /src/Gnome.hh | |
parent | 135019abf97c7adb236c061d46e3906e51c8a145 (diff) | |
download | fluxbox_pavel-857a6d0a6aaafcb453efaa7307194ea1e1387d58.zip fluxbox_pavel-857a6d0a6aaafcb453efaa7307194ea1e1387d58.tar.bz2 |
remove _NET_WM_DESKTOP, _NET_WM_STATE, and Gnome hints on client close
Diffstat (limited to 'src/Gnome.hh')
-rw-r--r-- | src/Gnome.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gnome.hh b/src/Gnome.hh index 3325e2f..2b07fab 100644 --- a/src/Gnome.hh +++ b/src/Gnome.hh | |||
@@ -72,6 +72,7 @@ public: | |||
72 | void updateWorkarea(BScreen &) { } | 72 | void updateWorkarea(BScreen &) { } |
73 | void updateFocusedWindow(BScreen &, Window) { } | 73 | void updateFocusedWindow(BScreen &, Window) { } |
74 | void updateClientList(BScreen &screen); | 74 | void updateClientList(BScreen &screen); |
75 | void updateClientClose(WinClient &winclient); | ||
75 | void updateWorkspaceNames(BScreen &screen); | 76 | void updateWorkspaceNames(BScreen &screen); |
76 | void updateCurrentWorkspace(BScreen &screen); | 77 | void updateCurrentWorkspace(BScreen &screen); |
77 | void updateWorkspaceCount(BScreen &screen); | 78 | void updateWorkspaceCount(BScreen &screen); |
@@ -85,7 +86,6 @@ public: | |||
85 | 86 | ||
86 | // ignore these ones | 87 | // ignore these ones |
87 | void updateFrameClose(FluxboxWindow &win) {} | 88 | void updateFrameClose(FluxboxWindow &win) {} |
88 | void updateClientClose(WinClient &winclient) {} | ||
89 | bool propertyNotify(WinClient &winclient, Atom the_property); | 89 | bool propertyNotify(WinClient &winclient, Atom the_property); |
90 | 90 | ||
91 | private: | 91 | private: |