aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Window.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 3a19c56..4eec867 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.hh,v 1.46 2003/02/16 15:12:08 rathnor Exp $ 25// $Id: Window.hh,v 1.47 2003/02/16 16:43:00 fluxgen Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -108,6 +108,7 @@ public:
108 108
109 bool validateClient(); 109 bool validateClient();
110 bool setInputFocus(); 110 bool setInputFocus();
111 void raiseAndFocus() { raise(); setInputFocus(); }
111 void setTab(bool flag); 112 void setTab(bool flag);
112 void setFocusFlag(bool flag); 113 void setFocusFlag(bool flag);
113 void iconify(); 114 void iconify();