Home
last modified time | relevance | path

Searched refs:XInternAtoms (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/x11/p5-X11-Xlib/X11-Xlib-0.18/t/
H A D33-atom.t24 ok( (my $atoms= $dpy->XInternAtoms([ 'UTF8_STRING', '_NET_WM_NAME' ], 0)), 'XInternAtoms (known)' );
31 ok( ($atoms= $dpy->XInternAtoms([ 'UTF8_STRING', "SomeTokenThatProbablyDoesn'tExist" ], 1)), 'XInte…
/dports/devel/efl/efl-1.25.1/src/lib/ecore_x/
H A Decore_x_atoms.c34 XInternAtoms(_ecore_x_disp, names, num, False, atoms); in _ecore_x_atoms_init()
67 XInternAtoms(_ecore_x_disp, (char **)names, num, False, atoms_int); in ecore_x_atoms_get()
/dports/graphics/jogamp-jogl/jogl/src/newt/native/
H A DX11AllowedWMActions.c75 …if( 0 == XInternAtoms( dpy, (char **)_NET_WM_AACTION_NAMES, _NET_WM_AACTION_COUNT, False, _NET_WM_… in NewtWindows_getAllowedWindowActionsEWMH0()
84 …if( 0 == XInternAtoms( dpy, (char **)_NET_WM_AACTION_NAMES, _NET_WM_AACTION_COUNT, False, _NET_WM_… in NewtWindows_setAllowedWindowActionsEWMH()
/dports/x11-wm/bbkeys/bbkeys-0.9.1/src/
H A DNetclient.cpp55 XInternAtoms(_display.XDisplay(), atoms, 9, False, atoms_return); in init_icccm()
76 XInternAtoms(_display.XDisplay(), atoms, 2, False, atoms_return); in init_extras()
91 XInternAtoms(_display.XDisplay(), atoms, 3, False, atoms_return); in init_blackbox()
/dports/lang/gforth/gforth-0.7.3/
H A Dlib.fs97 5 libX11 XInternAtoms XInternAtoms ( atoms flag count names dpy -- status )
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/x/
H A Dx11_atom_cache.cc260 XInternAtoms(xdisplay_, const_cast<char**>(kAtomsToCache), kCacheCount, False, in X11AtomCache()
/dports/x11-toolkits/open-motif/motif-2.3.8/clients/xmbind/
H A Dxmbind.c62 XInternAtoms(display, atom_names, XtNumber(atom_names), False, atoms);
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/linux/x11/util/
H A Datom.rs57 (self.xlib.XInternAtoms)( in get_atoms()
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/linux/x11/util/
H A Datom.rs57 (self.xlib.XInternAtoms)( in get_atoms()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/linux/x11/util/
H A Datom.rs57 (self.xlib.XInternAtoms)( in get_atoms()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/linux/x11/util/
H A Datom.rs57 (self.xlib.XInternAtoms)( in get_atoms()
/dports/x11/xpra/xpra-4.3/xpra/x11/bindings/
H A Dcore_bindings.pyx43 …Status XInternAtoms(Display *display, char **names, int count, Bool only_if_exists, Atom *atoms_re…
120 cdef Status s = XInternAtoms(self.display, names, count, 0, atoms_return)
/dports/x11/mate-applet-appmenu/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/subprojects/appmenu-gtk-module/tests/demos/
H A Dmenusource.c140 XInternAtoms(GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), in menu_source_update_window_property()
381 XInternAtoms(GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), in menu_source_get_for_screen()
/dports/x11/gtk-app-menu/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/subprojects/appmenu-gtk-module/tests/demos/
H A Dmenusource.c140 XInternAtoms(GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), in menu_source_update_window_property()
381 XInternAtoms(GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), in menu_source_get_for_screen()
/dports/x11/appmenu-registrar/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/subprojects/appmenu-gtk-module/tests/demos/
H A Dmenusource.c140 XInternAtoms(GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), in menu_source_update_window_property()
381 XInternAtoms(GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), in menu_source_get_for_screen()
/dports/x11/xfce4-appmenu-plugin/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/subprojects/appmenu-gtk-module/tests/demos/
H A Dmenusource.c140 XInternAtoms(GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), in menu_source_update_window_property()
381 XInternAtoms(GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), in menu_source_get_for_screen()
/dports/multimedia/libcec/libcec-libcec-6.0.2/src/libcec/platform/X11/
H A Drandr-edid.cpp77 if( XInternAtoms(disp, (char **)edid_names, EDID_NAME_COUNT, True, edid_atoms) ) in GetPhysicalAddress()
/dports/x11-toolkits/libXmu/libXmu-1.1.3/src/
H A DAtoms.c138 (void) XInternAtoms(d, (char**)names, (int)count, FALSE, atoms); in XmuInternStrings()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTextSel.c358 XInternAtoms(XtDisplay(w), atom_names, XtNumber(atom_names), False, atoms); in HandleInsertTargets()
446 XInternAtoms(XtDisplay(w), atom_names, XtNumber(atom_names), False, atoms); in _XmTextConvert()
738 XInternAtoms(XtDisplay(w), atom_names, XtNumber(atom_names), False, atoms); in HandleDrop()
849 XInternAtoms(XtDisplay(w), atom_names, XtNumber(atom_names), False, atoms); in HandleTargets()
963 XInternAtoms(XtDisplay(w), atom_names, XtNumber(atom_names), False, atoms); in DoStuff()
1179 XInternAtoms(XtDisplay(w), atom_names, XtNumber(atom_names), False, atoms); in DropTransferProc()
1399 XInternAtoms(XtDisplay(w), atom_names, XtNumber(atom_names), False, atoms); in TextConvertCallback()
1497 XInternAtoms(XtDisplay(w), atom_names, XtNumber(atom_names), False, atoms); in TextDestinationCallback()
H A DTextFSel.c364 XInternAtoms(XtDisplay(w), atom_names, XtNumber(atom_names), False, atoms); in HandleInsertTargets()
444 XInternAtoms(XtDisplay(w), atom_names, XtNumber(atom_names), False, atoms); in _XmTextFieldConvert()
866 XInternAtoms(XtDisplay(w), atom_names, XtNumber(atom_names), False, atoms); in DropTransferProc()
1045 XInternAtoms(XtDisplay(w), atom_names, XtNumber(atom_names), False, atoms); in DoStuff()
1306 XInternAtoms(XtDisplay(w), atom_names, XtNumber(atom_names), False, atoms); in HandleTargets()
1435 XInternAtoms(display, atom_names, XtNumber(atom_names), False, atoms); in HandleDrop()
1532 XInternAtoms(XtDisplay(w), atom_names, XtNumber(atom_names), False, atoms); in TextFieldConvertCallback()
1629 XInternAtoms(XtDisplay(w), atom_names, XtNumber(atom_names), False, atoms); in TextFieldDestinationCallback()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/remote/
H A DnsXRemoteServer.cpp150 XInternAtoms(mozilla::DefaultXDisplay(), const_cast<char**>(XAtomNames), in EnsureAtoms()
/dports/www/firefox/firefox-99.0/toolkit/components/remote/
H A DnsXRemoteServer.cpp150 XInternAtoms(mozilla::DefaultXDisplay(), const_cast<char**>(XAtomNames), in EnsureAtoms()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/remote/
H A DnsXRemoteServer.cpp150 XInternAtoms(mozilla::DefaultXDisplay(), const_cast<char**>(XAtomNames), in EnsureAtoms()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/remote/
H A DnsXRemoteServer.cpp150 XInternAtoms(mozilla::DefaultXDisplay(), const_cast<char**>(XAtomNames), in EnsureAtoms()
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/libwmii_hack/
H A Dhack.c68 XInternAtoms(d, toks, n, false, types); in init()

12345678910>>...12