summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkdisplay-wayland.h
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2013-01-17 16:19:23 +0000
committerRob Bradford <rob@linux.intel.com>2013-01-18 08:56:47 +0000
commitd4a9863e199f00054b3fcf70b3ac6c6b804611b9 (patch)
treee84a7c086d7e6b988b551675384dfea397a8b9c8 /gdk/wayland/gdkdisplay-wayland.h
parent46cc2d825e1f86bdf120eb8149a549c6b639da2e (diff)
downloadgtk+-d4a9863e199f00054b3fcf70b3ac6c6b804611b9.tar.gz
wayland: Drop code to use cairo-gl for rendering
The APIs that this code relied upon were removed in Wayland 1.0 and as such this code has been broken since then.
Diffstat (limited to 'gdk/wayland/gdkdisplay-wayland.h')
-rw-r--r--gdk/wayland/gdkdisplay-wayland.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/gdk/wayland/gdkdisplay-wayland.h b/gdk/wayland/gdkdisplay-wayland.h
index 5e8e76f6c0..ae95a17e7a 100644
--- a/gdk/wayland/gdkdisplay-wayland.h
+++ b/gdk/wayland/gdkdisplay-wayland.h
@@ -27,15 +27,6 @@
#include <wayland-client.h>
#include <wayland-cursor.h>
-#ifdef GDK_WAYLAND_USE_EGL
-#include <wayland-egl.h>
-#include <EGL/egl.h>
-#include <EGL/eglext.h>
-#include <GL/gl.h>
-#include <GL/glext.h>
-#include <cairo-gl.h>
-#endif
-
#include <glib.h>
#include <gdk/gdkkeys.h>
#include <gdk/gdkwindow.h>
@@ -89,18 +80,6 @@ struct _GdkWaylandDisplay
GSource *event_source;
struct xkb_context *xkb_context;
-
-#ifdef GDK_WAYLAND_USE_EGL
- EGLDisplay egl_display;
- EGLContext egl_context;
- cairo_device_t *cairo_device;
-#endif
-
-#ifdef GDK_WAYLAND_USE_EGL
- PFNGLEGLIMAGETARGETTEXTURE2DOESPROC image_target_texture_2d;
- PFNEGLCREATEIMAGEKHRPROC create_image;
- PFNEGLDESTROYIMAGEKHRPROC destroy_image;
-#endif
};
struct _GdkWaylandDisplayClass