mirror of
https://github.com/brl/mutter.git
synced 2025-01-26 19:39:20 +00:00
Jonas Ådahl
e2f5579391
cogl: Don't undef __INSIDE_COGL_H__ in file not defining it
If you include a file that might define __INSIDE_COGL_H__, don't undefine it if it wasn't defined in that file. This makes it possible to include for example cogl-gles2.h from some other file which defines __INSIDE_COGL_H__. https://bugzilla.gnome.org/show_bug.cgi?id=768976
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%