mirror of
https://github.com/brl/mutter.git
synced 2025-06-24 22:18:30 +00:00

Bug 1473 - CoglPixelFormat enum data must be declared static When registering an enumeration GType, the GEnumValue or GFlagsValue arrays must be declared static; otherwise, you get a segmentation fault when calling the function again. Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>