diff options
author | rathnor <rathnor> | 2003-07-28 16:29:25 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-28 16:29:25 (GMT) |
commit | f71e53fbe919125d40f9c5578ce14b75680f7037 (patch) | |
tree | b826fcdc4a09f38b371186a4dd598515da54e121 /src/Window.hh | |
parent | 35234ae644d14b929c72b4a04a8d59eb46d72448 (diff) | |
download | fluxbox-f71e53fbe919125d40f9c5578ce14b75680f7037.zip fluxbox-f71e53fbe919125d40f9c5578ce14b75680f7037.tar.bz2 |
some more fixing of wm_protocols
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index 4bcef1f..135c172 100644 --- a/src/Window.hh +++ b/src/Window.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: Window.hh,v 1.89 2003/07/28 15:06:35 rathnor Exp $ | 25 | // $Id: Window.hh,v 1.90 2003/07/28 16:29:25 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -214,6 +214,7 @@ public: | |||
214 | 214 | ||
215 | void setWorkspace(int n); | 215 | void setWorkspace(int n); |
216 | void changeBlackboxHints(const BlackboxHints &bh); | 216 | void changeBlackboxHints(const BlackboxHints &bh); |
217 | void updateFunctions(); | ||
217 | void restoreAttributes(); | 218 | void restoreAttributes(); |
218 | void showMenu(int mx, int my); | 219 | void showMenu(int mx, int my); |
219 | // popup menu on last button press position | 220 | // popup menu on last button press position |