forked from AuroraMiddleware/gtk
gdkglcontext-win32.h: Clean Up a Bit
We don't have a Win32-specific ->upload_texture() anymore, so don't indicate so. Left out this part from my previous commit.
This commit is contained in:
parent
24e6bda264
commit
0b06b1e3f7
@ -68,13 +68,6 @@ _gdk_win32_gl_context_end_frame (GdkGLContext *context,
|
||||
cairo_region_t *painted,
|
||||
cairo_region_t *damage);
|
||||
|
||||
void
|
||||
_gdk_win32_gl_context_upload_texture (GdkGLContext *context,
|
||||
cairo_surface_t *image_surface,
|
||||
int width,
|
||||
int height,
|
||||
guint texture_target);
|
||||
|
||||
gboolean
|
||||
_gdk_win32_display_make_gl_context_current (GdkDisplay *display,
|
||||
GdkGLContext *context);
|
||||
|
Loading…
Reference in New Issue
Block a user