diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2015-02-12 12:34:28 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2015-02-12 12:34:28 +0000 |
commit | 022724aa69bbf1c65768b87d0f3e319257284b40 (patch) | |
tree | 70a133c4ed74584e3a875b173a6fa7bdd383ef51 /gdk/gdkwindowimpl.h | |
parent | 015bf99816969cff366e201169e6c54fd8b3cf3d (diff) | |
download | gtk+-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/gdkwindowimpl.h')
-rw-r--r-- | gdk/gdkwindowimpl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdkwindowimpl.h b/gdk/gdkwindowimpl.h index 1ac327ff9a..73a819a8f2 100644 --- a/gdk/gdkwindowimpl.h +++ b/gdk/gdkwindowimpl.h @@ -293,7 +293,6 @@ struct _GdkWindowImplClass GdkEvent *event); GdkGLContext *(*create_gl_context) (GdkWindow *window, gboolean attached, - GdkGLProfile profile, GdkGLContext *share, GError **error); gboolean (* realize_gl_context) (GdkWindow *window, |