summaryrefslogtreecommitdiff
path: root/src/Window.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-13 00:23:59 +0000
committerDana Jansens <danakj@orodu.net>2002-05-13 00:23:59 +0000
commit6d16679486a9268a17f3bfd03b05febf1644a87e (patch)
tree69cd3092ed2e8a7b13c4af852cd80b9fbfae8b6d /src/Window.h
parent6486b6457693414862fdc34ea07457ed5cbf0a0d (diff)
focus code updates
Diffstat (limited to 'src/Window.h')
-rw-r--r--src/Window.h4
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();