search for: xcrossing

Displaying 6 results from an estimated 6 matches for "xcrossing".

Did you mean: crossing
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
Hello all, I was trying to install Wine on my MacBook via the Terminal. These are my system specs: odel Name: MacBook Model Identifier: MacBook2,1 Processor Name: Intel Core 2 Duo Processor Speed: 2 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache (per processor): 4 MB Memory: 1 GB Bus Speed: 667 MHz Boot ROM Version: MB21.00A5.B07 SMC Version: 1.13f3 Serial Number: BLAHBLABLAH
2007 Jun 19
1
[PATCH] Added screen edge trigger delay setting.
..., + settings->edge, + settings->option, 7); + + free (settings); + + return FALSE; +} + +static Bool handleActionEvent (CompDisplay *d, XEvent *event) { @@ -848,6 +902,16 @@ handleActionEvent (CompDisplay *d, if (edgeWindow && edgeWindow != event->xcrossing.window) { + if (d->edgeDelayHandle) + { + void *closure; + + closure = compRemoveTimeout (d->edgeDelayHandle); + if (closure) + free (closure); + d->edgeDelayHandle = 0; + } + state = CompActionStateTermEdge; edge = 0; @@ -903,10 +967,51 @@ handleAct...
2006 Oct 16
2
Edge + Mouse button draft patches
...; + if (option->value.action.button.button) + return FALSE; + *action = &option->value.action; return TRUE; @@ -802,6 +811,8 @@ handleActionEvent (CompDisplay *d, } } + d->mouseOnEdge = 0; + edgeWindow = None; o[0].value.i = event->xcrossing.window; @@ -844,6 +855,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/rot...
2006 Oct 25
2
[PATCH] Edge buttons
.../ + if (option->value.action.edgeButton >= 0) + return FALSE; + if (!option->value.action.initiate) return FALSE; @@ -802,6 +816,8 @@ handleActionEvent (CompDisplay *d, } } + d->mouseOnEdge = 0; + edgeWindow = None; o[0].value.i = event->xcrossing.window; @@ -844,6 +860,8 @@ handleActionEvent (CompDisplay *d, if (edge) { + d->mouseOnEdge = edge; + state = CompActionStateInitEdge; edgeWindow = event->xcrossing.window; -------------- next part -------------- diff --git a/plugins/gconf.c b/plugins/gcon...
2006 Nov 08
2
bug in today's git snapshot with maximizing windows
...!option->value.action.initiate) > return FALSE; > > @@ -802,6 +816,8 @@ handleActionEvent (CompDisplay *d, > } > } > > + d->mouseOnEdge = 0; > + > edgeWindow = None; > > o[0].value.i = event->xcrossing.window; > @@ -844,6 +860,8 @@ handleActionEvent (CompDisplay *d, > > if (edge) > { > + d->mouseOnEdge = edge; > + > state = CompActionStateInitEdge; > > edgeWindow = event->xcrossing.window; > plain text docu...
2007 May 19
2
Crash in blur.c (SIGSEGV)
...on = 2, same_screen = 1}, xmotion = {type = 16, serial = 10885, send_event = 0, display = 0x6481b0, window = 421, root = 20989986, subwindow = 1318554960192, time = 1756641624704, x = 0, y = 0, x_root = 65142784, y_root = 1967360, state = 1, is_hint = 2 '\002', same_screen = 1}, xcrossing = { type = 16, serial = 10885, send_event = 0, display = 0x6481b0, window = 421, root = 20989986, subwindow = 1318554960192, time = 1756641624704, x = 0, y = 0, x_root = 65142784, y_root = 1967360, mode = 1, detail = 2, same_screen = 1, focus = 1, state = 1024}, xfocus = {type = 16, ser...