Searched refs:atom_name (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | xprFrame.c | 52 #define DEFINE_ATOM_HELPER(func, atom_name) \ argument 58 atom = MakeAtom(atom_name, strlen(atom_name), TRUE); \
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland.c | 498 static const char atom_name[] = "WL_SURFACE_ID"; in send_surface_id_event() local 504 type_atom = MakeAtom(atom_name, strlen(atom_name), TRUE); in send_surface_id_event() 1075 static const char atom_name[] = "WM_S0"; in wm_selection_callback() local 1079 atom_wm_s0 = MakeAtom(atom_name, strlen(atom_name), TRUE); in wm_selection_callback()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyrvideo.c | 184 const char *atom_name = NULL; in ephyrLocalAtomToHost() local 191 atom_name = NameForAtom(a_local_atom); in ephyrLocalAtomToHost() 193 if (!atom_name) in ephyrLocalAtomToHost() 196 cookie = xcb_intern_atom(conn, FALSE, strlen(atom_name), atom_name); in ephyrLocalAtomToHost() 199 EPHYR_LOG_ERROR("no atom for string %s defined in host X\n", atom_name); in ephyrLocalAtomToHost()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | applewm.c | 58 #define DEFINE_ATOM_HELPER(func, atom_name) \ argument 64 atom = MakeAtom(atom_name, strlen(atom_name), TRUE); \
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | win.h | 239 #define DEFINE_ATOM_HELPER(func,atom_name) \ argument 245 atom = MakeAtom (atom_name, strlen (atom_name), TRUE); \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm/ |
| H A D | CVE-2022-45063.patch | 87 FindFontSelection(XtermWidget xw, const char *atom_name, Bool justprobe) 90 @@ -13702,7 +13697,7 @@ FindFontSelection(XtermWidget xw, const char *atom_name, Bool justprobe) 758 -extern void FindFontSelection (XtermWidget /* xw */, const char * /* atom_name */, Bool /* justpr… 759 +extern Bool FindFontSelection (XtermWidget /* xw */, const char * /* atom_name */, Bool /* justpr…
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessWindow.c | 59 #define DEFINE_ATOM_HELPER(func,atom_name) \ argument 65 atom = MakeAtom (atom_name, strlen (atom_name), TRUE); \
|