diff options
Diffstat (limited to 'src/wrapped/wrappedgdk3_private.h')
| -rwxr-xr-x | src/wrapped/wrappedgdk3_private.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wrapped/wrappedgdk3_private.h b/src/wrapped/wrappedgdk3_private.h index 020c51e9..97455ee0 100755 --- a/src/wrapped/wrappedgdk3_private.h +++ b/src/wrapped/wrappedgdk3_private.h @@ -227,6 +227,7 @@ GO(gdk_event_get_modifier_state, iFp) GO(gdk_event_get_root_coords, iFppp) GO(gdk_event_get_screen, pFp) GO(gdk_event_get_state, iFpp) +GO(gdk_event_get_source_device, pFp) GO(gdk_event_get_surface, pFp) GO(gdk_event_get_time, uFp) GO(gdk_event_get_type, iFv) @@ -304,6 +305,11 @@ GO(gdk_get_display_arg_name, pFv) GO(gdk_get_program_class, pFv) GO(gdk_get_show_events, iFv) GO(gdk_get_use_xshm, iFv) +GO(gdk_gl_context_get_type, LFv) +GO(gdk_gl_context_clear_current, vFv) +GO(gdk_gl_context_get_current, pFv) +GO(gdk_gl_context_make_current, vFp) +GO(gdk_gl_context_realize, iFpp) GO(gdk_grab_status_get_type, iFv) GO(gdk_gravity_get_type, iFv) GO(gdk_image_get, pFpiiii) @@ -611,6 +617,7 @@ GO(gdk_window_configure_finished, vFp) GO(gdk_window_constrain_size, vFpuiipp) GO(gdk_window_coords_from_parent, vFpddpp) GO(gdk_window_coords_to_parent, vFpddpp) +GO(gdk_window_create_gl_context, pFpp) GO(gdk_window_create_similar_image_surface, pFpiiii) GO(gdk_window_create_similar_surface, pFpuii) GO(gdk_window_deiconify, vFp) |