summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-02-12 12:34:28 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2015-02-12 12:34:28 +0000
commit022724aa69bbf1c65768b87d0f3e319257284b40 (patch)
tree70a133c4ed74584e3a875b173a6fa7bdd383ef51 /gdk/gdkwindow.h
parent015bf99816969cff366e201169e6c54fd8b3cf3d (diff)
downloadgtk+-022724aa69bbf1c65768b87d0f3e319257284b40.tar.gz
gl: Drop profile for gdk_window_create_gl_context()
Now that we have a two-stages GL context creation sequence, we can move the profile to a pre-realize option, like the debug and forward compatibility bits, or the GL version to use.
Diffstat (limited to 'gdk/gdkwindow.h')
-rw-r--r--gdk/gdkwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdkwindow.h b/gdk/gdkwindow.h
index 85a8567dc6..ad5e88cc14 100644
--- a/gdk/gdkwindow.h
+++ b/gdk/gdkwindow.h
@@ -1113,7 +1113,6 @@ gboolean gdk_window_show_window_menu (GdkWindow *window,
GDK_AVAILABLE_IN_3_16
GdkGLContext * gdk_window_create_gl_context (GdkWindow *window,
- GdkGLProfile profile,
GError **error);
G_END_DECLS