search for: event_mask

Displaying 10 results from an estimated 10 matches for "event_mask".

2013 Oct 08
3
Re: [PATCH v4 1/9] xen/arm: Implement hvm save and restore
...to save/restore them, but LR state can have >> + * influence on downtime after Live Migration (to be tested) >> + */ >> + memcpy(ctxt.gic_lr, v->arch.gic_lr, sizeof(ctxt.gic_lr)); >> + ctxt.lr_mask = v->arch.lr_mask; >> + ctxt.event_mask = v->arch.event_mask; >> + >> + /* Save PPI states (per-CPU) */ >> + /* It is necessary if SMP enabled */ >> + vgic_irq_rank_save(&ctxt.ppi_state, &v->arch.vgic.private_irqs); >> + >> + if ( hvm_save_entry(GIC, v->vcp...
2016 Dec 19
0
[ANNOUNCE] xf86-video-qxl 0.1.5
...rg time in timer_add Fix "calles" typo in comment build: Error out when enabling xspice with X.Org 1.19 build-sys: Update for 0.1.5 release xspice: Adjust to X.org 1.19 changes Xspice: Replace malloc/strdup use with xnfalloc/xnfstrdup Remove unused 'event_mask' field Revert "Remove unused 'event_mask' field" NEWS: Xspice now works with X.org 1.19 Dave Airlie (2): Disable surfaces when KMS is used Disable composite/a8 surfaces for KMS Francois Gouget (14): spiceqxl: Recognize the same set of boolean va...
2005 Sep 09
0
Announcement: FOP 0.23 released
...the field commented, and the client-server connection will just work(tm). No need to fiddle with ip addresses, hostnames, etc. * Popups via UserEvent can be restricted to one button/viewer only. * Added font and shadow color parameters for button labels, text legends, clid and timer. * Added event_mask parameter to filter unwanted events from the manager * Improved debian init script. Thanks to Tzafir Cohen. * It uses a lot less CPU than previous versions on heavy asterisk boxes * Improved support for parking when using native sip transfers * Minor bugfixes * A stupid buglet that I don...
2011 Apr 07
0
python for game menus needing mouse but with mwo=force
...elif keycode == key_click: pointerClick() elif keycode == key_exit: exit() else : print "keycode = " , keycode start = time.time() d = display.Display() s = d.screen() root = s.root # catch keyPress events root.change_attributes(event_mask = X.KeyPressMask) for keycode in keys: root.grab_key(keycode, X.AnyModifier, 1,X.GrabModeAsync, X.GrabModeAsync) while True : root.warp_pointer(mouse['x'],mouse['y']) d.sync() elapsed = (time.time() - start) event = root.display.next_event() handle_event(ev...
2008 Mar 26
1
[Bug 15208] New: Segmentation fault loading a page with swf
...= <value optimized out> __PRETTY_FUNCTION__ = "swfmoz_player_set_target" #4 0xb5040182 in plugin_x11_setup_windowed (player=0xb1161a8, xwindow=31457281, x=0, y=62, width=776, height=178) at plugin_x11.c:159 attr = {title = 0x1 <Address 0x1 out of bounds>, event_mask = 147214, x = 0, y = 0, width = 776, height = 178, wclass = GDK_INPUT_OUTPUT, visual = 0x5, colormap = 0xb503b8b4, window_type = GDK_WINDOW_CHILD, cursor = 0xb1161a8, wmclass_name = 0xac80804 "\001", wmclass_class = 0xbf8ffc48 "\210?\217???+\b???\n\004\b?\n?", ove...
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
...IZED); + + attributes.window_type = GDK_WINDOW_CHILD; + attributes.x = widget->allocation.x; + attributes.y = widget->allocation.y; + attributes.width = widget->allocation.width; + attributes.height = widget->allocation.height; + attributes.wclass = GDK_INPUT_OUTPUT; + attributes.event_mask = gtk_widget_get_events (widget); + attributes.event_mask |= GDK_EXPOSURE_MASK | + GDK_BUTTON_PRESS_MASK | + GDK_BUTTON_RELEASE_MASK | + GDK_LEAVE_NOTIFY_MASK | + GDK_POINTER_MOTION_MASK | + GDK_POINTER_MOTION_HINT_MASK; + + attributes_mask = GDK_WA_X | GDK_WA_Y; + +...
2007 Apr 18
33
[RFC PATCH 00/33] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2012 Nov 26
13
[PATCH 0 of 4] Minios improvements for app development
This patch series contains a set of patches making minios rather easier to use, from an application development point of view. Overview of patches: 1 Command line argument parsing support, from Xen. 2 Weak console handler function. 3 Build system tweaks for application directories. 4 Trailing whitespace cleanup. (because it is very messy) Patch 4 is likely to be more controversial than
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths