search for: 2d02a9b

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

2006 Oct 25
2
[PATCH] Edge buttons
...eight + geometry[i].y0, - geometry[i].ww * s->width + geometry[i].w0, - geometry[i].hh * s->height + geometry[i].h0); - } -} static void frustum (GLfloat left, -------------- next part -------------- diff --git a/plugins/switcher.c b/plugins/switcher.c index 998310f..2d02a9b 100644 --- a/plugins/switcher.c +++ b/plugins/switcher.c @@ -931,11 +931,14 @@ switchNext (CompDisplay *d, { switchInitiate (s, FALSE); - if (state & CompActionStateInitKey) - action->state |= CompActionStateTermKey; + if (!(action->edgeMask & d->mouseOnEdge)...
2006 Nov 08
2
bug in today's git snapshot with maximizing windows
...y[i].w0, > - geometry[i].hh * s->height + geometry[i].h0); > - } > -} > > static void > frustum (GLfloat left, > plain text document attachment (edgebutton-switcher.c.diff) > diff --git a/plugins/switcher.c b/plugins/switcher.c > index 998310f..2d02a9b 100644 > --- a/plugins/switcher.c > +++ b/plugins/switcher.c > @@ -931,11 +931,14 @@ switchNext (CompDisplay *d, > { > switchInitiate (s, FALSE); > > - if (state & CompActionStateInitKey) > - action->state |= CompActionStateTermKey; &...