search for: 31864be

Displaying 2 results from an estimated 2 matches for "31864be".

Did you mean: 31864
2006 Oct 25
2
[PATCH] Edge buttons
...edgeButton = -1; o->value.action.state = CompActionStateInitEdge; o->value.action.state |= CompActionStateInitEdgeDnd; o->value.action.state |= CompActionStateInitKey; -------------- next part -------------- diff --git a/plugins/scale.c b/plugins/scale.c index 7095c2d..31864be 100644 --- a/plugins/scale.c +++ b/plugins/scale.c @@ -1075,11 +1075,14 @@ scaleInitiate (CompDisplay *d, damageScreen (s); } - if (state & CompActionStateInitButton) - action->state |= CompActionStateTermButton; + if (!(action->edgeMask & d->mouseOnEdge)) +...
2006 Nov 08
2
bug in today's git snapshot with maximizing windows
...= CompActionStateInitEdge; > o->value.action.state |= CompActionStateInitEdgeDnd; > o->value.action.state |= CompActionStateInitKey; > plain text document attachment (edgebutton-scale.c.diff) > diff --git a/plugins/scale.c b/plugins/scale.c > index 7095c2d..31864be 100644 > --- a/plugins/scale.c > +++ b/plugins/scale.c > @@ -1075,11 +1075,14 @@ scaleInitiate (CompDisplay *d, > damageScreen (s); > } > > - if (state & CompActionStateInitButton) > - action->state |= CompActionStateTermButton; &...