diff options
Diffstat (limited to 'src/wrapped/wrappedlibxcbsync_private.h')
| -rw-r--r-- | src/wrapped/wrappedlibxcbsync_private.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wrapped/wrappedlibxcbsync_private.h b/src/wrapped/wrappedlibxcbsync_private.h index a0ef1293..91ec0f95 100644 --- a/src/wrapped/wrappedlibxcbsync_private.h +++ b/src/wrapped/wrappedlibxcbsync_private.h @@ -38,14 +38,14 @@ //GO(xcb_sync_create_alarm_value_list_serialize, //GO(xcb_sync_create_alarm_value_list_sizeof, //GO(xcb_sync_create_alarm_value_list_unpack, -GO(xcb_sync_create_counter, uFpuU) -GO(xcb_sync_create_counter_checked, uFpuU) +GO(xcb_sync_create_counter, uFbuU) +GO(xcb_sync_create_counter_checked, uFbuU) //GO(xcb_sync_create_fence, //GO(xcb_sync_create_fence_checked, //GO(xcb_sync_destroy_alarm, //GO(xcb_sync_destroy_alarm_checked, -GO(xcb_sync_destroy_counter, pFppp) -GO(xcb_sync_destroy_counter_checked, pFppp) +GO(xcb_sync_destroy_counter, pFbpp) +GO(xcb_sync_destroy_counter_checked, pFbpp) //GO(xcb_sync_destroy_fence, //GO(xcb_sync_destroy_fence_checked, //GO(xcb_sync_fence_end, @@ -76,8 +76,8 @@ DATA(xcb_sync_id, 2*sizeof(void*)) //GO(xcb_sync_query_fence_unchecked, //GO(xcb_sync_reset_fence, //GO(xcb_sync_reset_fence_checked, -GO(xcb_sync_set_counter, pFpppU) -GO(xcb_sync_set_counter_checked, pFpppU) +GO(xcb_sync_set_counter, pFbppU) +GO(xcb_sync_set_counter_checked, pFbppU) //GO(xcb_sync_set_priority, //GO(xcb_sync_set_priority_checked, //GO(xcb_sync_systemcounter_end, |