search for: 6161f99

Displaying 2 results from an estimated 2 matches for "6161f99".

Did you mean: 611999
2006 Oct 25
2
[PATCH] Edge buttons
...ch to make the edge size configurable because 1 pixel was too small and the mouse keeps slipping off when using it for the switcher. Hopefully these are acceptable, please let me know if they aren't. -------------- next part -------------- diff --git a/include/compiz.h b/include/compiz.h index 6161f99..8e32f2d 100644 --- a/include/compiz.h +++ b/include/compiz.h @@ -343,7 +343,8 @@ struct _CompAction { Bool bell; - unsigned int edgeMask; + unsigned int edgeMask; + int edgeButton; }; typedef struct { @@ -751,6 +752,8 @@ struct _CompDisplay { HandleE...
2006 Nov 08
2
bug in today's git snapshot with maximizing windows
...pixel was too small and the mouse keeps slipping off > when using it for the switcher. > > Hopefully these are acceptable, please let me know if they aren't. > plain text document attachment (edgebutton-compiz.h.diff) > diff --git a/include/compiz.h b/include/compiz.h > index 6161f99..8e32f2d 100644 > --- a/include/compiz.h > +++ b/include/compiz.h > @@ -343,7 +343,8 @@ struct _CompAction { > > Bool bell; > > - unsigned int edgeMask; > + unsigned int edgeMask; > + int edgeButton; > }; > > typedef struc...