search for: wine_tsx11_unlock

Displaying 5 results from an estimated 5 matches for "wine_tsx11_unlock".

Did you mean: wine_tsx11_lock
2003 Apr 10
1
Starcraft Patch
...( XPending( data->display ) ) + /* Changed to make starcraft work */ + while ( XPending( display ) ) { - Bool ignore; - - XNextEvent( data->display, &event ); - ignore = XFilterEvent( &event, None ); + XNextEvent( display, &event ); wine_tsx11_unlock(); - if (!ignore) EVENT_ProcessEvent( &event ); + EVENT_ProcessEvent( &event ); count++; wine_tsx11_lock(); } +/* this is a way in old patch, but I think it is unecessary + not sure why we need a separate loop + + int events; + while ( (events =...
2008 Nov 17
6
PWGL, some improvements
Hi, few months ago I started a thread about running PWGL under wine. PWGL is a " free cross-platform visual language based on Common Lisp, CLOS and OpenGL, specialized in computer aided composition and sound synthesis. " http://www2.siba.fi/PWGL/index.html However, because I had to use winetricks to install Microsoft Visual C++ 2005 (it's needed by PWGL), and the many errors that I
2008 Nov 07
0
fix focus and alsa for gps software
...Index: wine-1.1.7/dlls/winex11.drv/event.c --- wine-1.1.7/dlls/winex11.drv/event.c.orig 2008-10-24 17:55:14.000000000 +0200 +++ wine-1.1.7/dlls/winex11.drv/event.c 2008-11-06 00:25:37.000000000 +0100 @@ -620,6 +620,8 @@ static void X11DRV_FocusIn( HWND hwnd, X XSetICFocus( xic ); wine_tsx11_unlock(); } + SetForegroundWindow( GetDesktopWindow() ); + SetForegroundWindow( hwnd ); if (use_take_focus) return; /* ignore FocusIn if we are using take focus */ if (!can_activate_window(hwnd)) @@ -685,7 +687,7 @@ static void X11DRV_FocusOut( HWND hwnd, if (hwnd == GetF...
2001 Apr 27
3
cant run wine at all dammit
i used to be able to run wine perfectly, before i reinstalled debian (long story) now ive tried compiling the winehq.com CVS source, the transgaming CVS source, and the latest official release, but whenever i run ANYTHING at all, before it even gets a chance to start up, it kills X, and drops me back to teh console. this is the only output it gives: Building font metrics. This may take some
2009 Feb 08
7
Helpful Hints for OS X Users (Idiots Guide?)
Hello, I have been busy working away at getting Darwine to run on OS X with no luck... I tried uninstalling and reinstalling many times, but I was continually getting gdi32.dll errors. This guide was tested on OS X Leopard 1.5.6. The following guide is how I set it up. The steps may vary slightly for you. Be sure to read this whole thread before actually trying some of the things listed here,