diff options
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r-- | src/core/window-private.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/window-private.h b/src/core/window-private.h index 97b06acc3..676a6ee8b 100644 --- a/src/core/window-private.h +++ b/src/core/window-private.h @@ -360,6 +360,11 @@ struct _MetaWindow * last update the sync request counter */ guint needs_frame_drawn : 1; + /* if TRUE, the frame that was just drawn was drawn without any delay + * on the client's part and thus is high-priority - if we add delay + * we might cause the client to miss it's target frame rate */ + guint no_delay_frame : 1; + /* Note: can be NULL */ GSList *struts; |