From 6d16679486a9268a17f3bfd03b05febf1644a87e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 13 May 2002 00:23:59 +0000 Subject: focus code updates --- src/Window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Window.h') 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(); -- cgit v1.2.3