Displaying 1 result from an estimated 1 matches for "6952722".
2006 Oct 16
2
Edge + Mouse button draft patches
...55,8 @@ handleActionEvent (CompDisplay *d,
if (edge)
{
+ d->mouseOnEdge = edge;
+
state = CompActionStateInitEdge;
edgeWindow = event->xcrossing.window;
-------------- next part --------------
diff --git a/plugins/rotate.c b/plugins/rotate.c
index 152e1d6..6952722 100644
--- a/plugins/rotate.c
+++ b/plugins/rotate.c
@@ -1774,6 +1774,7 @@ rotateDisplayInitOptions (RotateDisplay
o->value.action.state |= CompActionStateInitKey;
o->value.action.state |= CompActionStateInitButton;
o->value.action.type = CompBindingTypeKey;
+ o->...