Mesa (mesa_7_5_branch): progs/wgl: Allow resizing wglthreads' windows.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Jun 17 09:12:46 UTC 2009


Module: Mesa
Branch: mesa_7_5_branch
Commit: 992000cce7388eb864fec8c625ba8ff0d177daf6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=992000cce7388eb864fec8c625ba8ff0d177daf6

Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue Jun 16 19:49:38 2009 +0100

progs/wgl: Allow resizing wglthreads' windows.

---

 progs/wgl/wglthreads/wglthreads.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/wgl/wglthreads/wglthreads.c b/progs/wgl/wglthreads/wglthreads.c
index 1a8219c..2f67dd6 100644
--- a/progs/wgl/wglthreads/wglthreads.c
+++ b/progs/wgl/wglthreads/wglthreads.c
@@ -443,7 +443,7 @@ create_window(struct winthread *wt, HGLRC shareCtx)
    win = CreateWindowEx(0,
                         wc.lpszClassName,
                         "wglthreads",
-                        WS_VISIBLE | WS_CLIPSIBLINGS | WS_CLIPCHILDREN,
+                        WS_VISIBLE | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_TILEDWINDOW,
                         xpos,
                         ypos,
                         width,




More information about the mesa-commit mailing list