Thursday, August 17, 2006, 2:08:25 PM, Mikolaj Zalewski wrote:
> When creating the wineprefix, create a directory for the menu and a
> configuration file that enables this menu in the freedesktop.org menu
> structure. As suggested on wine-devel the menu directory is a
> subdirectory of ~/.wine,
Hi,
I sent this to wine-patches last week and it hasn't been accepted yet,
so I'm wondering if there is something wrong with the patch. Here it
is again:
index 690f931..81b2f42 100644
--- a/programs/winebrowser/main.c
+++ b/programs/winebrowser/main.c
@@ -51,20 +51,39 @@ typedef LPSTR (*wine_ge
The patch at
http://www.winehq.org/pipermail/wine-patches/2006-August/029855.html needs
to be corrected a bit:
In file editor.c, there is a change as follows
>case WM_MOUSEMOVE:
> if (GetCapture() == hWnd)
>ME_MouseMove(editor, (short)LOWORD(lParam),
(short)HIWORD(lParam));
>
The issue is that the line isn't error in all cases. Most of the time only
iPixelFormat 1 and the offscreen formats are valid values. But for some queries
like how much pixelformats exist a program can pass garbage aswell. This
processing is done at a later stage because of this, it could be cha
Testing with World of Warcraft, the game runs fine, but I see this in
the console:
err:wgl:wglGetPixelFormatAttribivARB Unable to convert iPixelFormat 0 to
a GLX one, expect problems!
tom