Home
last modified time | relevance | path

Searched refs:winStateAtom (Results 1 – 10 of 10) sorted by relevance

/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/wallpaper/
H A Dwallpaper.c381 XChangeProperty (dpy, ws->fakeDesktop, s->display->winStateAtom, in createFakeDesktopWindow()
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dfade.c627 if (event->xproperty.atom == d->winStateAtom) in fadeHandleEvent()
H A Dswitcher.c664 s->display->winStateAtom, in switchInitiate()
H A Dplace.c320 xev.xclient.message_type = d->winStateAtom; in placeSendWindowMaximizationRequest()
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Dscreen.c1187 XChangeProperty (d->display, s->grabWindow, d->winStateAtom, in setSupportingWmCheck()
1190 XChangeProperty (d->display, s->grabWindow, d->winStateAtom, in setSupportingWmCheck()
1193 XChangeProperty (d->display, s->grabWindow, d->winStateAtom, in setSupportingWmCheck()
1234 atoms[count++] = d->winStateAtom; in addSupportedAtoms()
H A Devent.c1485 else if (event->xproperty.atom == d->winStateAtom) in handleEvent()
1744 else if (event->xclient.message_type == d->winStateAtom) in handleEvent()
H A Ddisplay.c2003 d->winStateAtom = XInternAtom (dpy, "_NET_WM_STATE", 0); in addDisplay()
H A Dwindow.c645 result = XGetWindowProperty (display->display, id, display->winStateAtom, in getWindowState()
697 XChangeProperty (display->display, id, display->winStateAtom, in setWindowState()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/staticswitcher/
H A Dstaticswitcher.c654 s->display->winStateAtom, in switchInitiate()
/dports/x11-wm/compiz/compiz-0.8.8/include/
H A Dcompiz-core.h936 Atom winStateAtom; member