diff options
Diffstat (limited to 'src/Window.h')
| -rw-r--r-- | src/Window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.h b/src/Window.h index fb988e23..3c9fa867 100644 --- a/src/Window.h +++ b/src/Window.h @@ -316,8 +316,8 @@ public: inline void setWindowNumber(int n) { window_number = n; } - Bool validateClient(); - Bool setInputFocus(); + bool validateClient(); + bool setInputFocus(); void setFocusFlag(Bool); void iconify(); |
