Home
last modified time | relevance | path

Searched refs:_XA_NET_CURRENT_DESKTOP (Results 1 – 15 of 15) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dwmprops.c63 Atom _XA_NET_CURRENT_DESKTOP = None; variable
129 { "_NET_CURRENT_DESKTOP", &_XA_NET_CURRENT_DESKTOP},
310 …OF_DESKTOPS, _XA_NET_DESKTOP_GEOMETRY, _XA_NET_DESKTOP_VIEWPORT, _XA_NET_CURRENT_DESKTOP, _XA_NET_… in setup_compatibility_props()
420 (wmprops->scr->Root, _XA_NET_CURRENT_DESKTOP, &desk_no)) { in read_extwm_current_desk()
692 { &_XA_NET_CURRENT_DESKTOP, read_extwm_current_desk, WMC_DesktopCurrent, 0},
1128 set_32bit_property (wmprops->scr->Root, _XA_NET_CURRENT_DESKTOP, in set_current_desk_prop()
H A Dwmprops.h38 extern Atom _XA_NET_CURRENT_DESKTOP ;
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dicewmbg.cc144 Atom _XA_NET_CURRENT_DESKTOP; member in Background
173 _XA_NET_CURRENT_DESKTOP(atom("_NET_CURRENT_DESKTOP")), in Background()
542 return getLongProperty(_XA_NET_CURRENT_DESKTOP); in getWorkspace()
760 if (xev.xproperty.atom == _XA_NET_CURRENT_DESKTOP) { in filterEvent()
H A Dtestnetwmhints.cc123 static TAtom _XA_NET_CURRENT_DESKTOP("_NET_CURRENT_DESKTOP"); variable
315 getProperty(root, _XA_NET_CURRENT_DESKTOP, XA_CARDINAL, &activeWorkspace); in updateActiveWorkspace()
726 property.atom == _XA_NET_CURRENT_DESKTOP) { in test_run()
H A Dyxapp.cc79 Atom _XA_NET_CURRENT_DESKTOP; variable
334 { &_XA_NET_CURRENT_DESKTOP , "_NET_CURRENT_DESKTOP" },
H A Dwmmgr.h453 extern Atom _XA_NET_CURRENT_DESKTOP; // OK
H A Dwmmgr.cc768 if (message.message_type == _XA_NET_CURRENT_DESKTOP) { in handleClientMessage()
2494 setProperty(_XA_NET_CURRENT_DESKTOP, XA_CARDINAL, fActiveWorkspace); in activateWorkspace()
2607 YProperty netp(this, _XA_NET_CURRENT_DESKTOP, F32, 1L, XA_CARDINAL); in readCurrentDesktop()
H A Dwmapp.cc159 _XA_NET_CURRENT_DESKTOP, in registerNetProtocols()
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dmain.c61 Atom _XA_NET_CURRENT_DESKTOP = None; variable
1941 if( supported_props[i] == _XA_NET_CURRENT_DESKTOP ) in check_extended_wm_hints_support()
1950 if( read_32bit_property (Xroot, _XA_NET_CURRENT_DESKTOP, &ExtWM.current_desktop) ) in check_extended_wm_hints_support()
2114 _XA_NET_CURRENT_DESKTOP = XInternAtom(Xdisplay, "_NET_CURRENT_DESKTOP", False); in main()
H A Drxvt.h171 extern Atom _XA_NET_CURRENT_DESKTOP ;
H A Dcommand.c2536 }else if( ev->xproperty.atom == _XA_NET_CURRENT_DESKTOP )
2538 if( !read_32bit_property (Xroot, _XA_NET_CURRENT_DESKTOP, &ExtWM.current_desktop) )
/dports/x11/aterm/aterm-1.0.1/src/
H A Dmain.c61 Atom _XA_NET_CURRENT_DESKTOP = None; variable
1984 if( supported_props[i] == _XA_NET_CURRENT_DESKTOP ) in check_extended_wm_hints_support()
1993 if( read_32bit_property (Xroot, _XA_NET_CURRENT_DESKTOP, &ExtWM.current_desktop) ) in check_extended_wm_hints_support()
2157 _XA_NET_CURRENT_DESKTOP = XInternAtom(Xdisplay, "_NET_CURRENT_DESKTOP", False); in main()
H A Drxvt.h171 extern Atom _XA_NET_CURRENT_DESKTOP ;
H A Dcommand.c2538 }else if( ev->xproperty.atom == _XA_NET_CURRENT_DESKTOP )
2540 if( !read_32bit_property (Xroot, _XA_NET_CURRENT_DESKTOP, &ExtWM.current_desktop) )
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Devents.c1155 } else if (event->x.xclient.message_type == _XA_NET_CURRENT_DESKTOP) { in HandleClientMessage()