From 3fe9d6e6c35da1204647d77f6bd3b44bce752a99 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 28 Aug 2003 13:52:47 +0000 Subject: [PATCH] thanks to Andreas Kirsh for a discussion about using WS_EX_TOPMOST flag on the fullscreen window (hopefully this will keep dialogs from cutting holes in the frame like some people have reported) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3424 d7cf8633-e32d-0410-b094-e92efae38249 --- vid_wgl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vid_wgl.c b/vid_wgl.c index 8bc1d781..31507a42 100644 --- a/vid_wgl.c +++ b/vid_wgl.c @@ -799,7 +799,7 @@ int VID_InitMode (int fullscreen, int width, int height, int bpp, int stencil) vid_isfullscreen = true; WindowStyle = WS_POPUP; - ExWindowStyle = 0; + ExWindowStyle = WS_EX_TOPMOST; } else { -- 2.39.2