search for: xflush

Displaying 9 results from an estimated 9 matches for "xflush".

Did you mean: flush
2007 Feb 13
5
gtk-window-decorator segfault
On kde, gtk-window-decorator segfault everytime a minimised "Konqueror download window" close it self... Running with --sync fix the problem so no way to have a backtrace :( Cedric
2003 Apr 10
1
Starcraft Patch
...sor; if (data->cursor_window) { - XDefineCursor( data->display, data->cursor_window, cursor ); + XDefineCursor( display, data->cursor_window, cursor ); /* Make the change take effect immediately */ - XFlush( data->display ); + XFlush( display ); } } wine_tsx11_unlock(); @@ -503,7 +517,11 @@ */ void X11DRV_SetCursorPos( INT x, INT y ) { +#ifdef HAVE_LIBXXF86DGA2 + Display *display = DGAUsed ? gdi_display : thread_display(); +#else Display *di...
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...n both of them have been waked up. but when I am trying to write image to the first screen by > XvShmPutImage(display, portNum, > window , > gc, ximage, 0, 0, > yuv_width, yuv_height, 0, 0, > hwidth, hheight, False); > XFlush(display); I got nothing. What did I forget to do to get this work? Many thanks. Regards. Ken
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...ean both of them have been waked up. but when I am trying to write image to the first screen by > XvShmPutImage(display, portNum, > window , > gc, ximage, 0, 0, > yuv_width, yuv_height, 0, 0, > hwidth, hheight, False); > XFlush(display); I got nothing. What did I forget to do to get this work? Many thanks. Regards. Ken
2009 Jan 16
0
[ANNOUNCE] xinput 1.4.0
.... Fix wrong type conversion in listing Atom properties. Don't linebreak after listing a string or atom property. Add set-atom-prop to set properties containing other properties. xinput 1.4.0 Sascha Hlusiak (2): Add --get-button-map option. Call XSync instead XFlush to be able to handle errors Simon Thum (1): Add set-float-prop option to set properties using floating point numbers. git tag: xinput-1.4.0 http://xorg.freedesktop.org/archive/individual/app/xinput-1.4.0.tar.bz2 MD5: ef43538bb3b445d2d69d5adbf76c149e xinput-1.4.0.tar.bz2 SHA1: 3caa25b24a2b...
2018 Jun 26
0
Wine release 3.0.2
...sspicli: Add forwards to secur32. Gijs Vermeulen (1): ntoskrnl.exe: Improve IoCreateSynchronizationEvent stub. Hans Leidekker (2): iphlpapi: Implement if_indextoname. msi: Don't cache the base URL. Henri Verbeet (1): winex11: Restore the X11DRV_FLUSH_GL_DRAWABLE XFlush() for setups without OML_sync_control. Huw D. M. Davies (1): winebuild: On x86_64, save xmm0 - 3 during the delayed import lookup. Ivan Kalvachev (1): kernel32: Add DECL_HOTPATCH to OutputDebugString functions. Jarkko Korpi (1): kernel32: Silence repeated LocaleNameToLCID unsup...
2018 Mar 16
0
Wine release 3.4
...and_script_cache(). wined3d: Merge the surface_created() and volume_created() wined3d_device_parent_ops callbacks. wined3d: Merge volumetexture_init() and texture_init(). wined3d: Merge wined3d_texture_init() into texture_init(). winex11: Restore the X11DRV_FLUSH_GL_DRAWABLE XFlush() for setups without OML_sync_control. Jacek Caban (3): mshtml: Use nsIDOMEvent directly to prevent default event handling in dispatch_event_object. mshtml/tests: Added more IDOMEvent::preventDefault tests. msctf: Added semi-stub support for ITfKeyTraceEventSink event sink. Jame...
2019 Nov 01
0
Wine release 4.19
...CheckVidPnExclusiveOwnership stubs. winex11.drv: Implement X11DRV_D3DKMTSetVidPnSourceOwner. winex11.drv: Implement X11DRV_D3DKMTCheckVidPnExclusiveOwnership. dxgi: Implement dxgi_output_ReleaseOwnership(). dxgi: Implement dxgi_output_TakeOwnership(). winex11.drv: Call XFlush() right after XUngrabServer(). winex11.drv: Use underscore style for struct x11drv_display_device_handler. winex11.drv: Retrieve virtual and primary monitor rectangles from SetupAPI. winex11.drv: Handle display device events in the desktop thread. -- Alexandre Julliard julliard a...
2007 Jul 13
0
KWD crashes when opening OOo
...decorator) ==31534== ==31534== Syscall param write(buf) points to uninitialised byte(s) ==31534== at 0x40007F2: (within /lib/ld-2.5.so) ==31534== by 0x458E64E: _X11TransWrite (in /usr/lib/libX11.so.6.2.0) ==31534== by 0x4586526: (within /usr/lib/libX11.so.6.2.0) ==31534== by 0x45658A0: XFlush (in /usr/lib/libX11.so.6.2.0) ==31534== by 0x40389A8: (within /usr/lib/libdecoration.so.0.0.0) ==31534== by 0x4038B77: (within /usr/lib/libdecoration.so.0.0.0) ==31534== by 0x40391AE: decor_blend_top_border_picture (in /usr/lib/libdecoration.so.0.0.0) ==31534== by 0x805A912: (within /us...