mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 20:08:56 +00:00
6940114b6e
instead of looking at the ctx->private_feature_flags to determine if Cogl supports creating an EGLImage from a X Pixmap we now check the renderer private features instead since these are what get setup in check_egl_extensions. The conflicting flags defined in cogl-internal.h should be removed since they are un-used. Signed-off-by: Neil Roberts <neil@linux.intel.com>