diff options
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/openbox/client.h b/openbox/client.h index 10402914..22a7dd20 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -201,9 +201,11 @@ struct _ObClient /*! True if the client supports the delete_window protocol */ gboolean delete_window; - /*! Was the window's position requested by the application? if not, we + /*! Was the window's position requested by the application or the user? + if by the application, we force it completely onscreen, if by the user + we only force it if it tries to go completely offscreen, if neither, we should place the window ourselves when it first appears */ - gboolean positioned; + guint positioned; /*! Can the window receive input focus? */ gboolean can_focus; |
