diff options
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 |
