From 75083907470b3068e44cf60cd28d2055c8a2a877 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 18 Dec 2022 18:27:28 +0100 Subject: Added 1 wrapped function to libxcb (and fixed 1 signature) (for #479) --- src/wrapped/wrappedlibxcb_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/wrapped/wrappedlibxcb_private.h b/src/wrapped/wrappedlibxcb_private.h index e4970751..3ba495bb 100755 --- a/src/wrapped/wrappedlibxcb_private.h +++ b/src/wrapped/wrappedlibxcb_private.h @@ -571,8 +571,8 @@ GO(xcb_set_input_focus, pFpCuu) // xcb_void_cookie_t is a struct with only 1 uin //GO(xcb_set_pointer_mapping_unchecked, //GO(xcb_set_screen_saver, //GO(xcb_set_screen_saver_checked, -GO(xcb_set_selection_owner, pFpuuu) -//GO(xcb_set_selection_owner_checked, +GO(xcb_set_selection_owner, pFppppp) +GO(xcb_set_selection_owner_checked, pFppppp) //GO(xcb_setup_authenticate_end, //GO(xcb_setup_authenticate_next, //GO(xcb_setup_authenticate_reason, -- cgit 1.4.1