glx-tfp: Don't include glx.h
Since the implementation of ClutterGLXTexturePixmap has nothing GLX specific about it (it is simply layered on top of ClutterX11TexturePixmap) we don't need to include glx.h. Removing this include also means that the code can be built for compatibility against GLES drivers. Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:
parent
8e3805136c
commit
5ab10e0f7a
@ -49,8 +49,6 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <GL/glx.h>
|
||||
|
||||
#include "x11/clutter-x11-texture-pixmap.h"
|
||||
|
||||
#include <cogl/cogl-texture-pixmap-x11.h>
|
||||
|
Loading…
Reference in New Issue
Block a user