Disable OWN_WINDOW as it no longer works.

This commit is contained in:
Jukka Heinonen 2002-06-28 23:26:57 +00:00 committed by Alexandre Julliard
parent f92b7c06c2
commit 9859606ec8
1 changed files with 5 additions and 1 deletions

View File

@ -35,7 +35,11 @@ WINE_DEFAULT_DEBUG_CHANNEL(ddraw);
/* if you use OWN_WINDOW, don't use SYNC_UPDATE, or you may get trouble */
/* #define SYNC_UPDATE */
#define OWN_WINDOW
/*
* FIXME: This does not work any more because the created window has its own
* thread queue that cannot be manipulated by application threads.
* #define OWN_WINDOW
*/
#ifdef OWN_WINDOW
static void User_create_own_window(IDirectDrawSurfaceImpl* This);