Home
last modified time | relevance | path

Searched refs:resizeNotifyAtom (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/resizeinfo/
H A Dresizeinfo.c48 Atom resizeNotifyAtom; member
545 if (event->xclient.message_type == id->resizeNotifyAtom) in infoHandleEvent()
600 id->resizeNotifyAtom = XInternAtom (d->display, "_COMPIZ_RESIZE_NOTIFY", 0); in infoInitDisplay()
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dresize.c89 Atom resizeNotifyAtom; member
268 xev.xclient.message_type = rd->resizeNotifyAtom; in resizeSendResizeNotify()
1571 rd->resizeNotifyAtom = XInternAtom (d->display, in resizeInitDisplay()
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/group/
H A Dinit.c234 gd->resizeNotifyAtom = XInternAtom (d->display, in groupInitDisplay()
H A Dgroup-internal.h400 Atom resizeNotifyAtom; member
H A Dgroup.c1492 else if (event->xclient.message_type == gd->resizeNotifyAtom) in groupHandleEvent()