search for: xcross

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

Did you mean: across
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...ld ../../tools/makedep -C. -S../.. -T../.. core.c d3dx9_36_main.c effect.c font.c line.c math.c mesh.c shader.c sprite.c surface.c texture.c util.c volume.c version.rc > :info:build config.status: creating dlls/d3dx9_36/tests/Makefile > :info:build ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. asm.c core.c effect.c line.c math.c mesh.c shader.c surface.c texture.c rsrc.rc > :info:build config.status: creating dlls/d3dx9_37/Makefile > :info:build ../../tools/makedep -C. -S../.. -T../.. d3dx9_37_main.c version.rc > :info...
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 @@ handle...
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/...
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/g...
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 d...
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,...