OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intern_atom_cookie
(Results
1 - 1
of
1
) sorted by null
/external/vulkan-validation-layers/demos/smoke/
ShellXcb.cpp
71
xcb_intern_atom_cookie_t
intern_atom_cookie
(xcb_connection_t *c, const std::string &s)
function in namespace:__anon26478
142
xcb_intern_atom_cookie_t utf8_string_cookie =
intern_atom_cookie
(c_, "UTF8_STRING");
143
xcb_intern_atom_cookie_t _net_wm_name_cookie =
intern_atom_cookie
(c_, "_NET_WM_NAME");
144
xcb_intern_atom_cookie_t wm_protocols_cookie =
intern_atom_cookie
(c_, "WM_PROTOCOLS");
145
xcb_intern_atom_cookie_t wm_delete_window_cookie =
intern_atom_cookie
(c_, "WM_DELETE_WINDOW");
Completed in 2829 milliseconds