GNOME Bugzilla – Bug 693064
meta-window-actor: Change unredirection hints to match spec changes
Last modified: 2013-02-03 13:30:05 UTC
We now have a final spec so adapt the code.
Created attachment 235072 [details] [review] meta-window-actor: Change unredirection hints to match spec changes Change the bypass / dont_bypass compositor code to match the latest spec.
Review of attachment 235072 [details] [review]: ::: src/core/window.c @@ +3657,3 @@ meta_window_requested_bypass_compositor (MetaWindow *window) { + return window->bypass_compositor == 1; Should we have: typedef { _NET_WM_BYPASS_COMPOSITOR_HINT_AUTO = 0, _NET_WM_BYPASS_COMPOSITOR_HINT_ON = 1, _NET_WM_BYPASS_COMPOSITOR_HINT_OFF = 2, } MetaBypassCompositorHintValue;
Created attachment 235104 [details] [review] meta-window-actor: Change unredirection hints to match spec changes Change the bypass / dont_bypass compositor code to match the latest spec.
Review of attachment 235104 [details] [review]: Much better.
Attachment 235104 [details] pushed as 9a57626 - meta-window-actor: Change unredirection hints to match spec changes