Home
last modified time | relevance | path

Searched refs:CurrentDesktop (Results 1 – 21 of 21) sorted by relevance

/dports/x11-wm/treewm/treewm-0.4.5/src/
H A Daction.cc124 Desktop *d = new Desktop(ct->CurrentDesktop); in Execute()
126 ct->CurrentDesktop->AddDesktop(d,0); in Execute()
134 …ct->AddWatch(ct->CurrentDesktop,clientinfo, sscanf("%s[ &;]",cmd,buf) ? buf : cmd,regex,wmclass,fl… in Execute()
136 ct->AddWatch(ct->CurrentDesktop,clientinfo,0,regex,wmclass,flags); in Execute()
H A Dclienttree.cc43 CurrentDesktop = RootDesktop; in ClientTree()
113 if (CurrentDesktop == c) in RemoveClientReferences()
114 CurrentDesktop = 0; in RemoveClientReferences()
261 d = CurrentDesktop; in AddWindow()
H A Dclienttree.h46 Desktop *RootDesktop,*CurrentDesktop; variable
H A Ddesktop.cc713 ct->CurrentDesktop = this; in GetFocus()
812 ct->CurrentDesktop = this; in Goto()
H A Dclient.cc855 ct->CurrentDesktop = (Desktop *)this; in GetFocus()
892 cd=ct->CurrentDesktop; in GetFocus()
893 ct->CurrentDesktop = d; in GetFocus()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/containmentactions/switchwindow/
H A Dswitch.cpp79 case CurrentDesktop: in createConfigurationInterface()
93 m_mode = CurrentDesktop; in configurationAccepted()
148 if (m_mode == CurrentDesktop) { in makeMenu()
H A Dswitch.h49 CurrentDesktop, enumerator
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/autotests/
H A Ddontcrashmapviewport.cpp14 NETRootInfo rootInfo(c, NET::CurrentDesktop); in main()
H A Dnetrootinfotestwm.cpp508 waitForPropertyChange(&rootInfo, atom, NET::CurrentDesktop); in testCurrentDesktop()
/dports/graphics/krita/krita-4.4.8/3rdparty/ext_frameworks/
H A Dkwindowsystem-x11.diff52 if ((props & CurrentDesktop) && currentDesktop() != old_current_desktop) {
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/xcb/
H A Dkwindowsystem.cpp89 NET::CurrentDesktop |
102 NET::CurrentDesktop |
243 if ((props & CurrentDesktop) && currentDesktop() != old_current_desktop) { in nativeEventFilter()
541 …NETRootInfo info(QX11Info::connection(), NET::CurrentDesktop, NET::Properties2(), QX11Info::appScr… in currentDesktop()
597 …NETRootInfo rinfo(QX11Info::connection(), NET::CurrentDesktop, NET::Properties2(), QX11Info::appSc… in setOnAllDesktops()
1144 …NETRootInfo info(QX11Info::connection(), NET::NumberOfDesktops | NET::CurrentDesktop | NET::Deskto… in mapViewport()
H A Dnetwm.cpp811 if (p->properties & CurrentDesktop) { in setSupported()
1169 p->properties |= CurrentDesktop; in updateSupportedProperties()
1700 dirty = CurrentDesktop; in event()
1811 dirty |= CurrentDesktop; in event()
1881 if (dirty & CurrentDesktop) { in update()
2065 if (dirty & CurrentDesktop) { in update()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gdk/
H A DGlobal.cs78 public static int CurrentDesktop { property in Gdk.Global
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/
H A Dnetwm_def.h717 CurrentDesktop = 1u << 6, enumerator
/dports/x11-wm/lxqt-panel/lxqt-panel-1.0.0/plugin-desktopswitch/
H A Ddesktopswitch.cpp52 …mDesktops(new NETRootInfo(QX11Info::connection(), NET::NumberOfDesktops | NET::CurrentDesktop | NE… in DesktopSwitch()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk/
H A DGlobal.custom91 public static int CurrentDesktop {
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dnetinfo.cpp49 NET::CurrentDesktop | in create()
H A Dworkspace.cpp343 NETRootInfo client_info(connection(), NET::ActiveWindow | NET::CurrentDesktop); in initializeX11()
/dports/x11/kf5-kinit/kinit-5.89.0/src/kdeinit/
H A Dkinit.cpp310 NETRootInfo rootInfo(s_startup_notify_connection, NET::CurrentDesktop); in init_startup_info()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/
H A DCHANGELOG.md195 - EWMH: CurrentDesktop improvements [\#458](https://github.com/fvwmorg/fvwm3/pull/458) ([ThomasAdam…
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py12238 CurrentDesktop = 0 variable in NET