(I think I have mentioned this sometimes before)
For some unknown reason I cannot get the hot key for
toggling the in-window rendering for FxMesa to work
on my Win95 machine.
(I guess it must work for other people)
The attached patch fixes this on my computer.
It adds one line (case alternative
WM_SYSKEYDOWN)
If nobody objects, I suggest adding this to
3.2 and 3.3.
Eero
--------------------------------
Index: fxwgl.c
===================================================================
RCS file: /cvs/mesa3d/Mesa/src/FX/fxwgl.c,v
retrieving revision 1.7
diff -c -r1.7 fxwgl.c
*** fxwgl.c 1999/11/15 18:05:01 1.7
--- fxwgl.c 1999/12/01 15:24:50
***************
*** 304,309 ****
--- 307,313 ----
break;
case WM_SHOWWINDOW:
break;
+ case WM_SYSKEYDOWN:
case WM_SYSCHAR:
if(gdiWindowHackEna && (VK_RETURN == wParam)) {
if(gdiWindowHack) {
_______________________________________________
Mesa-dev maillist - [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev