search for: pushscreengrab

Displaying 2 results from an estimated 2 matches for "pushscreengrab".

2007 Jun 12
0
[PATCH] Added rotation state.
...L, + we set it to manual (as we were called from the 'Initiate + Rotation' binding. Otherwise, we set to to Change. */ + if (action) + cs->rotationState = RotationManual; + else + cs->rotationState = RotationChange; + if (!rs->grabIndex) { rs->grabIndex = pushScreenGrab (s, s->invisibleCursor, "rotate"); -- 1.5.0.6 --=-BN45f9l1EBDZU+GMKjya Content-Disposition: attachment; filename=0003-Add-cube-transparency.patch Content-Type: application/mbox; name=0003-Add-cube-transparency.patch Content-Transfer-Encoding: 7bit
2006 Dec 28
1
Patch: switcher's window is a splash window
..._WINDOW_TYPE_SPLASH", 0); + XChangeProperty(dpy, ss->popupWindow, + XInternAtom (dpy, "_NET_WM_WINDOW_TYPE", 0), + XA_ATOM, 32, PropModeReplace, + unsigned char *)&type, 1); if (!ss->grabIndex) ss->grabIndex = pushScreenGrab (s, s->invisibleCursor, "switcher"); -- Stjepan