From 9df8ba78f3438f7ea63d9aef8121da969d5a1d9b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 6 Nov 2002 09:19:53 +0000 Subject: determine if the user/application requested its initial position or not --- src/client.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client.hh') diff --git a/src/client.hh b/src/client.hh index 89da0dc9..799ff703 100644 --- a/src/client.hh +++ b/src/client.hh @@ -103,6 +103,10 @@ private: //! NormalState long _wmstate; + //! Was the window's position requested by the application? if not, we should + //! place the window ourselves when it first appears + bool _positioned; + //! Can the window receive input focus? bool _can_focus; //! Urgency flag -- cgit v1.2.3