mirror of
https://github.com/brl/mutter.git
synced 2025-01-26 19:39:20 +00:00
ee5dc42612
The declaration of INTEL_swap_event was treating winsys features as if they were a bitfield, but they aren't. The end result was that instead of reporting two features when INTEL_swap_event is present, we report none. https://bugzilla.gnome.org/show_bug.cgi?id=719741 Reviewed-by: Robert Bragg <robert@linux.intel.com>