mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
6e28121ff3
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>