mirror of
https://github.com/brl/mutter.git
synced 2025-03-20 10:15:07 +00:00

Since Xlib.h is such a terrible citizen when it comes to symbol namespacing it's not desirable to include Xlib.h if it is not absolutely required. Cogl now has a standalone cogl-xlib.h that should be included whenever any xlib specific symbols are required. This patch updates clutter to include <cogl/cogl-xlib.h> wherever clutter needs to use xlib specific cogl apis. Acked-by: Emmanuele Bassi <ebassi@linux.intel.com>