summaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 032ea07..e75b84c 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -547,6 +547,8 @@ private:
547 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); 547 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);
548 548
549 void setState(unsigned long stateval, bool setting_up); 549 void setState(unsigned long stateval, bool setting_up);
550 /// set the layer of a fullscreen window
551 void setFullscreenLayer();
550 552
551 // modifies left and top if snap is necessary 553 // modifies left and top if snap is necessary
552 void doSnapping(int &left, int &top); 554 void doSnapping(int &left, int &top);