search for: grabindex

Displaying 8 results from an estimated 8 matches for "grabindex".

Did you mean: fragindex
2006 Jun 08
1
ss->translate > 0.001f makes my compiz working slow
plugin/switcher.c:1290: if (ss->grabIndex || (ss->zooming && ss->translate > 0.001f)) that line you have added 2006-06-06 and this made my compiz extremely slow. I am changing it back to `if (ss->grabIndex || ss->zooming)' after every cvs update and it makes compiz working propely. FreeBSD 6.1, ATI Mobility Radeo...
2007 Jun 12
0
[PATCH] Added rotation state.
...on state for cube - if action is non-NULL, + 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-Encod...
2006 Dec 28
1
Patch: switcher's window is a splash window
...pe = XInternAtom(dpy, "_NET_WM_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
2006 Nov 12
1
[PATCH] Annotate shapes, text and dbus support
...LL_COLOR].value.c; + strokeColor = ad->opt[ANNO_DISPLAY_OPTION_STROKE_COLOR].value.c; + lineWidth = ad->opt[ANNO_DISPLAY_OPTION_LINE_WIDTH].value.f; + strokeWidth = ad->opt[ANNO_DISPLAY_OPTION_STROKE_WIDTH].value.f; + + if (xid && s->root != xid) + continue; + + if (as->grabIndex) + { + if (strcmp(tool, "Brush")!=0) + { + cr = annoCairoContext (s); + + if (cr) + { + double width = pointerX - as->startX; + double height = pointerY - as->startY; + + if (strcmp(tool, "Rectangle")==0) +...
2007 Jun 26
3
[PATCH] Always use mipmaps in cube plugin
...e.pl/ -------------- next part -------------- diff -ruN compiz./plugins/cube.c compiz/plugins/cube.c --- compiz./plugins/cube.c 2007-06-27 00:25:32.000000000 +0200 +++ compiz/plugins/cube.c 2007-06-27 01:21:28.016740889 +0200 @@ -1434,7 +1434,7 @@ xMove = cs->xRotations; - if (cs->grabIndex && cs->opt[CUBE_SCREEN_OPTION_MIPMAP].value.b) + if (cs->opt[CUBE_SCREEN_OPTION_MIPMAP].value.b) s->display->textureFilter = GL_LINEAR_MIPMAP_LINEAR; if (cs->invert == 1)
2007 Jun 06
2
[PATCH] Use X-Fleur cursor on move
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I'm Trevi?o (AKA Trevinho, AKA 3v1n0, AKA trevi55 ;P) it's my first message here, also if I'm reading the ML from the archives since long time... I maintened a beryl-svn (then git) repository, and I'm planning to do the same as soon as I can for compiz-git (BTW, some pre-release packages are at http://tinyurl.com/396up9),
2014 Nov 24
1
Contributor Contributions
I have made claims that I have not left the compiz project and that I have been maintaining it over the past 4 years, despite the lack of releases by not fault but my own. At the request of some of the original compiz developers, I am now posting a compilation of some of the contributions I've made over time, since the beginning. Since the most important contributions are code and easiest to
2006 Apr 06
5
g-w-d.c -> my head spins
Greetings everybody! I started looking more thoroughly at gnome-window-decorator.c and now my head spins and "hurts" and believe that I'm not going to achieve anything serious in terms of tweakable shadows anytime soon. It's far more difficult than I expected. While I (believe) to understand now the shadows are drawn, I currently don't get why there are 12 shadow-quads and