mirror of
https://github.com/brl/mutter.git
synced 2025-01-19 07:58:55 +00:00
0cef63b837
Since commit 4543ed6ac3af in Cogl, Cogl will now try to consume Windows message itself. This doesn't really cause any problems because both message loops just call DispatchMessage which will cause the message to be routed through Clutter's window procedure either way. However, it's not great to have two sources listening for messages so this patch disables Cogl's message retrieval. https://bugzilla.gnome.org/show_bug.cgi?id=701356