]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_wgl.c
flip the X in normalmaps generated from heightmaps (according to FrikaC it was broken)
[xonotic/darkplaces.git] / vid_wgl.c
index 8bc1d781efd5d9204aa937c8362c8859f1297fd7..31507a422875e509757acd1c20e7aeca177c9bff 100644 (file)
--- 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
        {