Home
last modified time | relevance | path

Searched refs:xcb_connection_t (Results 1 – 25 of 2003) sorted by relevance

12345678910>>...81

/dports/x11/libxcb/libxcb-1.14/src/
H A Dxcb.h104 typedef struct xcb_connection_t xcb_connection_t; /**< Opaque structure containing all data that … typedef
246 int xcb_flush(xcb_connection_t *c);
263 uint32_t xcb_get_maximum_request_length(xcb_connection_t *c);
296 xcb_generic_event_t *xcb_wait_for_event(xcb_connection_t *c);
356 void xcb_unregister_for_special_event(xcb_connection_t *c,
478 int xcb_get_file_descriptor(xcb_connection_t *c);
498 int xcb_connection_has_error(xcb_connection_t *c);
526 void xcb_disconnect(xcb_connection_t *c);
599 uint32_t xcb_generate_id(xcb_connection_t *c);
614 xcb_total_read(xcb_connection_t *c);
[all …]
H A Dxcbext.h83 unsigned int xcb_send_request(xcb_connection_t *c, int flags, struct iovec *vector, const xcb_proto…
113 unsigned int xcb_send_request_with_fds(xcb_connection_t *c, int flags, struct iovec *vector,
138 uint64_t xcb_send_request64(xcb_connection_t *c, int flags, struct iovec *vector, const xcb_protoco…
169 uint64_t xcb_send_request_with_fds64(xcb_connection_t *c, int flags, struct iovec *vector,
184 void xcb_send_fd(xcb_connection_t *c, int fd);
234 int xcb_writev(xcb_connection_t *c, struct iovec *vector, int count, uint64_t requests);
249 void *xcb_wait_for_reply(xcb_connection_t *c, unsigned int request, xcb_generic_error_t **e);
264 void *xcb_wait_for_reply64(xcb_connection_t *c, uint64_t request, xcb_generic_error_t **e);
276 int xcb_poll_for_reply(xcb_connection_t *c, unsigned int request, void **reply, xcb_generic_error_t…
291 int xcb_poll_for_reply64(xcb_connection_t *c, uint64_t request, void **reply, xcb_generic_error_t *…
[all …]
H A Dxcbint.h123 void _xcb_out_send_sync(xcb_connection_t *c);
160 void _xcb_in_wake_up_next_reader(xcb_connection_t *c);
163 void _xcb_in_replies_done(xcb_connection_t *c);
165 int _xcb_in_read(xcb_connection_t *c);
179 int _xcb_xid_init(xcb_connection_t *c);
180 void _xcb_xid_destroy(xcb_connection_t *c);
191 int _xcb_ext_init(xcb_connection_t *c);
192 void _xcb_ext_destroy(xcb_connection_t *c);
197 struct xcb_connection_t { struct
215 void _xcb_conn_shutdown(xcb_connection_t *c, int err); argument
[all …]
H A Dxcb_conn.c93 static int is_static_error_conn(xcb_connection_t *c) in is_static_error_conn()
95 return c == (xcb_connection_t *) &xcb_con_error || in is_static_error_conn()
170 static int read_setup(xcb_connection_t *c) in read_setup()
318 int xcb_get_file_descriptor(xcb_connection_t *c) in xcb_get_file_descriptor()
326 int xcb_connection_has_error(xcb_connection_t *c) in xcb_connection_has_error()
334 xcb_connection_t* c; in xcb_connect_to_fd()
346 c = calloc(1, sizeof(xcb_connection_t)); in xcb_connect_to_fd()
372 void xcb_disconnect(xcb_connection_t *c) in xcb_disconnect()
411 xcb_connection_t *_xcb_conn_ret_error(int err) in _xcb_conn_ret_error()
533 uint64_t xcb_total_read(xcb_connection_t *c) in xcb_total_read()
[all …]
/dports/x11/xcb-util-wm/xcb-util-wm-0.4.1/icccm/
H A Dxcb_icccm.h102 uint8_t xcb_icccm_get_text_property_reply(xcb_connection_t *c,
163 uint8_t xcb_icccm_get_wm_name_reply(xcb_connection_t *c,
189 xcb_void_cookie_t xcb_icccm_set_wm_icon_name(xcb_connection_t *c,
220 uint8_t xcb_icccm_get_wm_icon_name_reply(xcb_connection_t *c,
400 xcb_void_cookie_t xcb_icccm_set_wm_class(xcb_connection_t *c,
454 uint8_t xcb_icccm_get_wm_class_reply(xcb_connection_t *c,
697 uint8_t xcb_icccm_get_wm_size_hints_reply(xcb_connection_t *c,
758 uint8_t xcb_icccm_get_wm_normal_hints_reply(xcb_connection_t *c,
904 xcb_void_cookie_t xcb_icccm_set_wm_hints(xcb_connection_t *c,
945 uint8_t xcb_icccm_get_wm_hints_reply(xcb_connection_t *c,
[all …]
H A Dicccm.c43 xcb_icccm_get_text_property(xcb_connection_t *c, in xcb_icccm_get_text_property()
59 xcb_icccm_get_text_property_reply(xcb_connection_t *c, in xcb_icccm_get_text_property_reply()
108 xcb_icccm_get_wm_name(xcb_connection_t *c, in xcb_icccm_get_wm_name()
115 xcb_icccm_get_wm_name_unchecked(xcb_connection_t *c, in xcb_icccm_get_wm_name_unchecked()
122 xcb_icccm_get_wm_name_reply(xcb_connection_t *c, in xcb_icccm_get_wm_name_reply()
153 xcb_icccm_get_wm_icon_name(xcb_connection_t *c, in xcb_icccm_get_wm_icon_name()
167 xcb_icccm_get_wm_icon_name_reply(xcb_connection_t *c, in xcb_icccm_get_wm_icon_name_reply()
301 xcb_icccm_set_wm_class_checked(xcb_connection_t *c, in xcb_icccm_set_wm_class_checked()
312 xcb_icccm_set_wm_class(xcb_connection_t *c, in xcb_icccm_set_wm_class()
733 xcb_icccm_get_wm_hints(xcb_connection_t *c, in xcb_icccm_get_wm_hints()
[all …]
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/xcb-util-0.3.0/src/ffi/
H A Dicccm.rs118 …pub fn xcb_icccm_get_wm_name(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb_get_property_c… in xcb_icccm_get_wm_name() argument
123 …pub fn xcb_icccm_get_wm_icon_name(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb_get_prope… in xcb_icccm_get_wm_icon_name() argument
124 …pub fn xcb_icccm_get_wm_icon_name_unchecked(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb… in xcb_icccm_get_wm_icon_name_unchecked() argument
137 …pub fn xcb_icccm_get_wm_client_machine(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb_get_… in xcb_icccm_get_wm_client_machine() argument
143 …pub fn xcb_icccm_get_wm_class(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb_get_property_… in xcb_icccm_get_wm_class() argument
144 …pub fn xcb_icccm_get_wm_class_unchecked(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb_get… in xcb_icccm_get_wm_class_unchecked() argument
151 …pub fn xcb_icccm_get_wm_transient_for(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb_get_p… in xcb_icccm_get_wm_transient_for() argument
174 …pub fn xcb_icccm_get_wm_normal_hints(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb_get_pr… in xcb_icccm_get_wm_normal_hints() argument
175 …pub fn xcb_icccm_get_wm_normal_hints_unchecked(c: *mut xcb_connection_t, window: xcb_window_t) -> … in xcb_icccm_get_wm_normal_hints_unchecked() argument
192 …pub fn xcb_icccm_get_wm_hints(c: *mut xcb_connection_t, window: xcb_window_t) -> xcb_get_property_… in xcb_icccm_get_wm_hints() argument
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/xcb-0.10.1/src/ffi/
H A Dbase.rs58 pub enum xcb_connection_t {} enum
181 pub fn xcb_flush(c: *mut xcb_connection_t) -> c_int; in xcb_flush()
244 c: *mut xcb_connection_t, in xcb_poll_for_special_event() argument
250 c: *mut xcb_connection_t, in xcb_wait_for_special_event() argument
256 c: *mut xcb_connection_t, in xcb_register_for_special_xge() argument
277 c: *mut xcb_connection_t, in xcb_request_check() argument
329 c: *mut xcb_connection_t, in xcb_get_extension_data() argument
365 pub fn xcb_get_file_descriptor(c: *mut xcb_connection_t) -> c_int; in xcb_get_file_descriptor()
403 pub fn xcb_disconnect(c: *mut xcb_connection_t); in xcb_disconnect() argument
464 ) -> *mut xcb_connection_t; in xcb_connect_to_display_with_auth_info() argument
[all …]
H A Dext.rs65 pub fn xcb_send_request(c: *mut xcb_connection_t, in xcb_send_request() argument
71 pub fn xcb_send_request64(c: *mut xcb_connection_t, in xcb_send_request64() argument
77 pub fn xcb_send_fd(c: *mut xcb_connection_t, in xcb_send_fd() argument
80 pub fn xcb_take_socket(c: *mut xcb_connection_t, in xcb_take_socket() argument
87 pub fn xcb_writev(c: *mut xcb_connection_t, in xcb_writev() argument
93 pub fn xcb_wait_for_reply(c: *mut xcb_connection_t, in xcb_wait_for_reply() argument
98 pub fn xcb_wait_for_reply64(c: *mut xcb_connection_t, in xcb_wait_for_reply64() argument
103 pub fn xcb_poll_for_reply(c: *mut xcb_connection_t, in xcb_poll_for_reply() argument
109 pub fn xcb_poll_for_reply64(c: *mut xcb_connection_t, in xcb_poll_for_reply64() argument
115 pub fn xcb_get_reply_fds(c: *mut xcb_connection_t, in xcb_get_reply_fds() argument
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/xcb-0.9.0/src/ffi/
H A Dbase.rs59 pub enum xcb_connection_t {} enum
184 pub fn xcb_flush(c: *mut xcb_connection_t) in xcb_flush()
224 pub fn xcb_wait_for_event(c: *mut xcb_connection_t) in xcb_wait_for_event()
282 pub fn xcb_request_check(c: *mut xcb_connection_t, in xcb_request_check() argument
298 pub fn xcb_discard_reply(c: *mut xcb_connection_t, in xcb_discard_reply() argument
364 pub fn xcb_get_setup(c: *mut xcb_connection_t) in xcb_get_setup()
409 -> *mut xcb_connection_t; in xcb_connect_to_fd() argument
415 pub fn xcb_disconnect(c: *mut xcb_connection_t); in xcb_disconnect() argument
456 -> *mut xcb_connection_t; in xcb_connect() argument
476 -> *mut xcb_connection_t; in xcb_connect_to_display_with_auth_info() argument
[all …]
H A Dext.rs65 pub fn xcb_send_request(c: *mut xcb_connection_t, in xcb_send_request() argument
71 pub fn xcb_send_request64(c: *mut xcb_connection_t, in xcb_send_request64() argument
77 pub fn xcb_send_fd(c: *mut xcb_connection_t, in xcb_send_fd() argument
80 pub fn xcb_take_socket(c: *mut xcb_connection_t, in xcb_take_socket() argument
87 pub fn xcb_writev(c: *mut xcb_connection_t, in xcb_writev() argument
93 pub fn xcb_wait_for_reply(c: *mut xcb_connection_t, in xcb_wait_for_reply() argument
98 pub fn xcb_wait_for_reply64(c: *mut xcb_connection_t, in xcb_wait_for_reply64() argument
103 pub fn xcb_poll_for_reply(c: *mut xcb_connection_t, in xcb_poll_for_reply() argument
109 pub fn xcb_poll_for_reply64(c: *mut xcb_connection_t, in xcb_poll_for_reply64() argument
115 pub fn xcb_get_reply_fds(c: *mut xcb_connection_t, in xcb_get_reply_fds() argument
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/xcb-0.8.2/src/ffi/
H A Dbase.rs59 pub enum xcb_connection_t {} enum
184 pub fn xcb_flush(c: *mut xcb_connection_t) in xcb_flush()
224 pub fn xcb_wait_for_event(c: *mut xcb_connection_t) in xcb_wait_for_event()
282 pub fn xcb_request_check(c: *mut xcb_connection_t, in xcb_request_check() argument
298 pub fn xcb_discard_reply(c: *mut xcb_connection_t, in xcb_discard_reply() argument
364 pub fn xcb_get_setup(c: *mut xcb_connection_t) in xcb_get_setup()
409 -> *mut xcb_connection_t; in xcb_connect_to_fd() argument
415 pub fn xcb_disconnect(c: *mut xcb_connection_t); in xcb_disconnect() argument
456 -> *mut xcb_connection_t; in xcb_connect() argument
476 -> *mut xcb_connection_t; in xcb_connect_to_display_with_auth_info() argument
[all …]
H A Dext.rs65 pub fn xcb_send_request(c: *mut xcb_connection_t, in xcb_send_request() argument
71 pub fn xcb_send_request64(c: *mut xcb_connection_t, in xcb_send_request64() argument
77 pub fn xcb_send_fd(c: *mut xcb_connection_t, in xcb_send_fd() argument
80 pub fn xcb_take_socket(c: *mut xcb_connection_t, in xcb_take_socket() argument
87 pub fn xcb_writev(c: *mut xcb_connection_t, in xcb_writev() argument
93 pub fn xcb_wait_for_reply(c: *mut xcb_connection_t, in xcb_wait_for_reply() argument
98 pub fn xcb_wait_for_reply64(c: *mut xcb_connection_t, in xcb_wait_for_reply64() argument
103 pub fn xcb_poll_for_reply(c: *mut xcb_connection_t, in xcb_poll_for_reply() argument
109 pub fn xcb_poll_for_reply64(c: *mut xcb_connection_t, in xcb_poll_for_reply64() argument
115 pub fn xcb_get_reply_fds(c: *mut xcb_connection_t, in xcb_get_reply_fds() argument
/dports/devel/gitui/gitui-0.10.1/cargo-crates/xcb-0.8.2/src/ffi/
H A Dbase.rs59 pub enum xcb_connection_t {} enum
184 pub fn xcb_flush(c: *mut xcb_connection_t) in xcb_flush()
224 pub fn xcb_wait_for_event(c: *mut xcb_connection_t) in xcb_wait_for_event()
282 pub fn xcb_request_check(c: *mut xcb_connection_t, in xcb_request_check() argument
298 pub fn xcb_discard_reply(c: *mut xcb_connection_t, in xcb_discard_reply() argument
364 pub fn xcb_get_setup(c: *mut xcb_connection_t) in xcb_get_setup()
409 -> *mut xcb_connection_t; in xcb_connect_to_fd() argument
415 pub fn xcb_disconnect(c: *mut xcb_connection_t); in xcb_disconnect() argument
456 -> *mut xcb_connection_t; in xcb_connect() argument
476 -> *mut xcb_connection_t; in xcb_connect_to_display_with_auth_info() argument
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/xcb-0.9.0/src/ffi/
H A Dbase.rs59 pub enum xcb_connection_t {} enum
184 pub fn xcb_flush(c: *mut xcb_connection_t) in xcb_flush()
224 pub fn xcb_wait_for_event(c: *mut xcb_connection_t) in xcb_wait_for_event()
282 pub fn xcb_request_check(c: *mut xcb_connection_t, in xcb_request_check() argument
298 pub fn xcb_discard_reply(c: *mut xcb_connection_t, in xcb_discard_reply() argument
364 pub fn xcb_get_setup(c: *mut xcb_connection_t) in xcb_get_setup()
409 -> *mut xcb_connection_t; in xcb_connect_to_fd() argument
415 pub fn xcb_disconnect(c: *mut xcb_connection_t); in xcb_disconnect() argument
456 -> *mut xcb_connection_t; in xcb_connect() argument
476 -> *mut xcb_connection_t; in xcb_connect_to_display_with_auth_info() argument
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/xcb-0.8.2/src/ffi/
H A Dbase.rs59 pub enum xcb_connection_t {} enum
184 pub fn xcb_flush(c: *mut xcb_connection_t) in xcb_flush()
224 pub fn xcb_wait_for_event(c: *mut xcb_connection_t) in xcb_wait_for_event()
282 pub fn xcb_request_check(c: *mut xcb_connection_t, in xcb_request_check() argument
298 pub fn xcb_discard_reply(c: *mut xcb_connection_t, in xcb_discard_reply() argument
364 pub fn xcb_get_setup(c: *mut xcb_connection_t) in xcb_get_setup()
409 -> *mut xcb_connection_t; in xcb_connect_to_fd() argument
415 pub fn xcb_disconnect(c: *mut xcb_connection_t); in xcb_disconnect() argument
456 -> *mut xcb_connection_t; in xcb_connect() argument
476 -> *mut xcb_connection_t; in xcb_connect_to_display_with_auth_info() argument
[all …]
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/xcb-0.9.0/src/ffi/
H A Dbase.rs59 pub enum xcb_connection_t {} enum
184 pub fn xcb_flush(c: *mut xcb_connection_t) in xcb_flush()
224 pub fn xcb_wait_for_event(c: *mut xcb_connection_t) in xcb_wait_for_event()
282 pub fn xcb_request_check(c: *mut xcb_connection_t, in xcb_request_check() argument
298 pub fn xcb_discard_reply(c: *mut xcb_connection_t, in xcb_discard_reply() argument
364 pub fn xcb_get_setup(c: *mut xcb_connection_t) in xcb_get_setup()
409 -> *mut xcb_connection_t; in xcb_connect_to_fd() argument
415 pub fn xcb_disconnect(c: *mut xcb_connection_t); in xcb_disconnect() argument
456 -> *mut xcb_connection_t; in xcb_connect() argument
476 -> *mut xcb_connection_t; in xcb_connect_to_display_with_auth_info() argument
[all …]
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/xcb_ffi/raw_ffi/
H A Dtest.rs21 pub(crate) unsafe fn xcb_flush(_c: *mut xcb_connection_t) -> c_int { in xcb_flush()
29 pub(crate) unsafe fn xcb_prefetch_maximum_request_length(_c: *mut xcb_connection_t) { in xcb_prefetch_maximum_request_length() argument
42 _c: *mut xcb_connection_t, in xcb_request_check() argument
59 pub(crate) unsafe fn xcb_get_file_descriptor(_c: *mut xcb_connection_t) -> c_int { in xcb_get_file_descriptor()
69 pub(crate) unsafe fn xcb_disconnect(c: *mut xcb_connection_t) { in xcb_disconnect() argument
78 ) -> *mut xcb_connection_t { in xcb_connect() argument
113 pub(crate) unsafe fn xcb_generate_id(_c: *mut xcb_connection_t) -> u32 { in xcb_generate_id()
119 _c: *mut xcb_connection_t, in xcb_send_request64() argument
129 _c: *mut xcb_connection_t, in xcb_send_request_with_fds64() argument
140 _c: *mut xcb_connection_t, in xcb_wait_for_reply64() argument
[all …]
H A Dffi.rs134 fn xcb_flush(c: *mut xcb_connection_t) -> c_int;
140 c: *mut xcb_connection_t,
146 fn xcb_get_file_descriptor(c: *mut xcb_connection_t) -> c_int;
147 fn xcb_connection_has_error(c: *mut xcb_connection_t) -> c_int;
148 fn xcb_disconnect(c: *mut xcb_connection_t);
152 ) -> *mut xcb_connection_t;
153 fn xcb_generate_id(c: *mut xcb_connection_t) -> u32;
157 c: *mut xcb_connection_t,
164 c: *mut xcb_connection_t,
172 c: *mut xcb_connection_t,
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/xcb_ffi/raw_ffi/
H A Dtest.rs21 pub(crate) unsafe fn xcb_flush(_c: *mut xcb_connection_t) -> c_int { in xcb_flush()
29 pub(crate) unsafe fn xcb_prefetch_maximum_request_length(_c: *mut xcb_connection_t) { in xcb_prefetch_maximum_request_length() argument
42 _c: *mut xcb_connection_t, in xcb_request_check() argument
59 pub(crate) unsafe fn xcb_get_file_descriptor(_c: *mut xcb_connection_t) -> c_int { in xcb_get_file_descriptor()
69 pub(crate) unsafe fn xcb_disconnect(c: *mut xcb_connection_t) { in xcb_disconnect() argument
78 ) -> *mut xcb_connection_t { in xcb_connect() argument
113 pub(crate) unsafe fn xcb_generate_id(_c: *mut xcb_connection_t) -> u32 { in xcb_generate_id()
119 _c: *mut xcb_connection_t, in xcb_send_request64() argument
129 _c: *mut xcb_connection_t, in xcb_send_request_with_fds64() argument
140 _c: *mut xcb_connection_t, in xcb_wait_for_reply64() argument
[all …]
H A Dffi.rs134 fn xcb_flush(c: *mut xcb_connection_t) -> c_int;
140 c: *mut xcb_connection_t,
146 fn xcb_get_file_descriptor(c: *mut xcb_connection_t) -> c_int;
147 fn xcb_connection_has_error(c: *mut xcb_connection_t) -> c_int;
148 fn xcb_disconnect(c: *mut xcb_connection_t);
152 ) -> *mut xcb_connection_t;
153 fn xcb_generate_id(c: *mut xcb_connection_t) -> u32;
157 c: *mut xcb_connection_t,
164 c: *mut xcb_connection_t,
172 c: *mut xcb_connection_t,
[all …]
/dports/x11-wm/picom/picom-8.2/src/
H A Dx.h82 static inline uint32_t x_new_id(xcb_connection_t *c) { in x_new_id()
100 static inline void x_sync(xcb_connection_t *c) { in x_sync()
132 static inline void x_discard_events(xcb_connection_t *c) { in x_discard_events()
153 x_get_pictform_for_visual(xcb_connection_t *, xcb_visualid_t);
154 int x_get_visual_depth(xcb_connection_t *, xcb_visualid_t);
157 x_create_picture_with_pictfmt_and_pixmap(xcb_connection_t *,
185 x_create_picture_with_visual(xcb_connection_t *, xcb_drawable_t, int w, int h,
214 bool x_validate_pixmap(xcb_connection_t *, xcb_pixmap_t pxmap);
236 bool x_fence_sync(xcb_connection_t *, xcb_sync_fence_t);
264 xcb_screen_t *x_screen_of_display(xcb_connection_t *c, int screen);
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/linux-capture/
H A Dxhelpers.h29 xcb_connection_t *xcb;
40 bool xinerama_is_active(xcb_connection_t *xcb);
47 int xinerama_screen_count(xcb_connection_t *xcb);
63 int xinerama_screen_geo(xcb_connection_t *xcb, int_fast32_t screen,
72 bool randr_is_active(xcb_connection_t *xcb);
79 int randr_screen_count(xcb_connection_t *xcb);
95 int randr_screen_geo(xcb_connection_t *xcb, int_fast32_t screen,
111 int x11_screen_geo(xcb_connection_t *xcb, int_fast32_t screen, int_fast32_t *w,
123 xcb_shm_t *xshm_xcb_attach(xcb_connection_t *xcb, const int w, const int h);
137 xcb_screen_t *xcb_get_screen(xcb_connection_t *xcb, int screen);
/dports/x11/xcb-util/xcb-util-0.4.0/src/
H A Dxcb_aux.h10 uint8_t xcb_aux_get_depth (xcb_connection_t *c,
16 xcb_screen_t *xcb_aux_get_screen (xcb_connection_t *c,
19 xcb_visualtype_t *xcb_aux_get_visualtype (xcb_connection_t *c,
70 xcb_aux_create_window (xcb_connection_t *c,
85 xcb_aux_create_window_checked (xcb_connection_t *c,
100 xcb_aux_change_window_attributes (xcb_connection_t *c,
154 xcb_aux_create_gc (xcb_connection_t *c,
161 xcb_aux_create_gc_checked (xcb_connection_t *c,
167 xcb_aux_change_gc (xcb_connection_t *c,
173 xcb_aux_change_gc_checked (xcb_connection_t *c,
[all …]
/dports/x11/i3lock-color/i3lock-color-2.13.c.4/
H A Dxcb.h23 extern xcb_connection_t *conn;
28 xcb_pixmap_t create_bg_pixmap(xcb_connection_t *conn, xcb_drawable_t drawable, u_int32_t *resolutio…
29 xcb_window_t open_fullscreen_window(xcb_connection_t *conn, xcb_screen_t *scr, char *color);
30 bool grab_pointer_and_keyboard(xcb_connection_t *conn, xcb_screen_t *screen, xcb_cursor_t cursor, i…
31 xcb_cursor_t create_cursor(xcb_connection_t *conn, xcb_screen_t *screen, xcb_window_t win, int choi…
32 xcb_window_t find_focused_window(xcb_connection_t *conn, const xcb_window_t root);
33 void set_focused_window(xcb_connection_t *conn, const xcb_window_t root, const xcb_window_t window);
34 xcb_pixmap_t capture_bg_pixmap(xcb_connection_t *conn, xcb_screen_t *scr, u_int32_t* resolution);
35 char* xcb_get_key_group_names(xcb_connection_t *conn);

12345678910>>...81