aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2008-08-14 05:53:38 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-08-14 05:53:38 (GMT)
commit31b47e78147ca20803b123f392bfd2002b70e052 (patch)
treef7beb9baa9daf86d66358fd834cafae14de7c782 /src/Window.hh
parente169d33552c8e7070aa6e13da0187f2013b4cfc3 (diff)
downloadfluxbox-31b47e78147ca20803b123f392bfd2002b70e052.zip
fluxbox-31b47e78147ca20803b123f392bfd2002b70e052.tar.bz2
cleanup of some files
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh
index e7d2270..8085622 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -528,7 +528,6 @@ private:
528 528
529 bool getState(); 529 bool getState();
530 void updateMWMHintsFromClient(WinClient &client); 530 void updateMWMHintsFromClient(WinClient &client);
531 void updateRememberStateFromClient(WinClient &client);
532 void saveBlackboxAttribs(); 531 void saveBlackboxAttribs();
533 void associateClientWindow(bool use_attrs = false, int x = 0, int y = 0, unsigned int width = 1, unsigned int height = 1, int gravity = ForgetGravity, unsigned int client_bw = 0); 532 void associateClientWindow(bool use_attrs = false, int x = 0, int y = 0, unsigned int width = 1, unsigned int height = 1, int gravity = ForgetGravity, unsigned int client_bw = 0);
534 533