Re: tools[1/2]: wineprefixcreate: create a freedesktop-enabled menu directory

2006-08-17 Thread Vitaliy Margolen
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,

Re: winebrowser and multi-word commands

2006-08-17 Thread Yuriy
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

riched20: Send EN_LINK notifications. Properly underline / color links.

2006-08-17 Thread renu . rajput
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)); >

Re: X11Drv/OpenGL pixelformat rewrite

2006-08-17 Thread Roderick Colenbrander
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

Re: X11Drv/OpenGL pixelformat rewrite

2006-08-17 Thread Tomas Carnecky
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