aboutsummaryrefslogtreecommitdiff
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, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 5dbe055..490c178 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -245,7 +245,7 @@ public:
245 void updateAlpha(bool focused, unsigned char alpha) { frame().setAlpha(focused, alpha); } 245 void updateAlpha(bool focused, unsigned char alpha) { frame().setAlpha(focused, alpha); }
246 246
247 bool getUseDefaultAlpha() const { return frame().getUseDefaultAlpha(); } 247 bool getUseDefaultAlpha() const { return frame().getUseDefaultAlpha(); }
248 void setUseDefaultAlpha(bool default_alpha) { frame().setUseDefaultAlpha(default_alpha); } 248 void setDefaultAlpha() { frame().setDefaultAlpha(); }
249 // ------------------ 249 // ------------------
250 250
251 /// close current client 251 /// close current client