diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-06 09:19:53 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-06 09:19:53 +0000 |
| commit | 9df8ba78f3438f7ea63d9aef8121da969d5a1d9b (patch) | |
| tree | 5b039e511cd14cdba0ddba8822fe61c2bcbf6ddd /src/client.hh | |
| parent | aa8047d68b9c558e632d37f3ebb3e2325978c9ff (diff) | |
determine if the user/application requested its initial position or not
Diffstat (limited to 'src/client.hh')
| -rw-r--r-- | src/client.hh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
