search for: ungrab

Displaying 11 results from an estimated 11 matches for "ungrab".

Did you mean: ungrad
2007 Mar 05
1
[PATCH] Grab state & Last state remembering
...iz. - Remembering the grabbing state Previously, only one window could be grabbed at a certain time. However, when using group, a number of windows can be grabbed at a certain time, so I think it's useful to provide this information to all plugins without requiring them to wrap into the grab / ungrab notifies. - Resize diff information I sent this patch to the list before, may I ask if it could be commited? ;-) Additionally, some more things are needed for group (and probably other plugins), which I currently solved locally (inside group), but believe that it would make sense to put them insi...
2010 Sep 27
3
optimize mouse for games
...off the absolute pointing device in the guest. In practice, this is only required for a certain class of full screen 3-D applications (for example, real-time games like first-person shooters). > > Note: If you set the vmmouse.present option, you should also turn off the preference for motion ungrabbing in the Input tab of the Preferences settings dialog. - Problem solved on vmware - on wine, i just cant find the option :( - the game is not a first person shooter but i need this options to move the camera - when it happens??? - happens when i keep the left or right button of the mouse pre...
2012 Jan 13
0
[PATCH 1/1] Ported gnome-ssh-askpass2 to gtk3.
..._CURRENT_TIME); + if (status == GDK_GRAB_SUCCESS) + break; + usleep(GRAB_WAIT * 1000); + if (++grab_tries > GRAB_TRIES) { + failed = "keyboard"; + goto nograbkb; + } + } + if (grab_server) { + gdk_x11_grab_server(); + } + + result = gtk_dialog_run(GTK_DIALOG(dialog)); + + /* Ungrab */ + if (grab_server) + XUngrabServer(GDK_DISPLAY_XDISPLAY(gdk_display_get_default())); + if (grab_pointer) + gdk_pointer_ungrab(GDK_CURRENT_TIME); + gdk_keyboard_ungrab(GDK_CURRENT_TIME); + gdk_flush(); + + /* Report passphrase if user selected OK */ + passphrase = g_strdup(gtk_entry_get_text(GT...
2005 Feb 18
0
CentOS 4 (RC1) and VMWare
...c/XF86Config file from /etc/X11R6/xorg.conf -- I then merged in the VMWare screen definitions from the XF86Config file written by the tools installer. Because I'm not using the vmware X server, the mouse does not move seamlessly on and off the vmware guest window; you have to manually grab/ungrab the pointer. Otherwise, though, xorg-x11 works just fine.
2000 May 31
0
gnome-ssh-askpass patch
...b focus */ - XGrabServer(GDK_DISPLAY()); + /* XGrabServer(GDK_DISPLAY()); */ gdk_pointer_grab(dialog->window, TRUE, 0, NULL, NULL, GDK_CURRENT_TIME); gdk_keyboard_grab(dialog->window, FALSE, GDK_CURRENT_TIME); @@ -90,7 +90,7 @@ result = gnome_dialog_run(GNOME_DIALOG(dialog)); /* Ungrab */ - XUngrabServer(GDK_DISPLAY()); + /* XUngrabServer(GDK_DISPLAY()); */ gdk_pointer_ungrab(GDK_CURRENT_TIME); gdk_keyboard_ungrab(GDK_CURRENT_TIME); gdk_flush(); @@ -119,9 +119,9 @@ gnome_init("GNOME ssh-askpass", "0.1", argc, argv); - if (argc == 2) + /* if (argc...
2007 Dec 21
2
Any magic to the name ''memory'' in templates?
I tried using it in a template: <%= memory %> and it put "0" in my file when i switched the variable name to the_memory, it worked Eugene Ventimiglia Director of Systems GridApp Systems e: eventi@gridapp.com o: 646 452 4081 _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com
2006 Dec 28
2
updating the AUTHORS file
...n EV_KEY and EV_BUTTON were. (eventTerminates): Tests if an event is "the opposite" of a binding. (Eg, button or modifier key release.) Replaces CompReleaseMask and "terminate" bindings. (handleEvent): Use eventMatches When passed a keybinding containing just modifiers, grab/ungrab every keypress event that would result in that modifier state (eg, both left and right modifier keys, and allow them to be pressed in any order). Remove CompPressMask from default bindings. (eventLoop): don't add virtual modifiers to event state. (updateModifierMappings): store the XModifie...
2008 Feb 07
1
[ANNOUNCE] compiz-0.7.0
...Free options, damage region and startup notification context Release overlay window in removeScreen. Keep track of display objects in core object. Allocate display objects properly. Remove whitespace. Add removeDisplay and use it before returning from event loop. Ungrab keys, free buttonGrab and keyGrabs. Destroy damage, remove passive button grabs and remove Move shutdown code out of for loop. Destroy temporary regions properly. Remove display connection watch properly. Move plugin and display removal to finiCore and call Remov...
2011 Apr 29
0
Wine release 1.3.19
...that have too many failed tests. user32: Pass a NULL rectangle in the ClipCursor entry point when clipping is reset because of focus change. winex11: Store a message window with the desktop when the cursor is clipped. winex11: Add separate helper functions for pointer grabbing and ungrabbing. winex11: Allow changing the clipping rectangle while the mouse is grabbed. server: Set the fd user when duplicating a mapping file descriptor into a new file. winex11: Release the clip cursor grab when the clipping window loses focus. winex11: Refuse to clip cursor to a...
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
...to focus the window under the pointer if 'click to focus' is not enabled. Fix typo. Merge branch 'master' of git+ssh://maniac at git.freedesktop.org/git/xorg/app/compiz Make constrainNewWindowSize return TRUE whenever constraining was applied. Don't issue ungrab notify before server side processing is finished. Fix typo. Track the first grabbed window, not the last one. Merge branch 'master' of git+ssh://maniac at git.freedesktop.org/git/xorg/app/compiz Don't make fill colors entirely transparent by default. Notify...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...scale plugin to use new metadata system. Fix some minor metadata errors. First attempt to focus the window under the pointer if 'click to focus' is not enabled. Fix typo. Make constrainNewWindowSize return TRUE whenever constraining was applied. Don't issue ungrab notify before server side processing is finished. Fix typo. Track the first grabbed window, not the last one. Don't make fill colors entirely transparent by default. Notify other clients of window resizing. The fullscreen output is not a real screen output, reflect...