search for: bchangepo

Displaying 1 result from an estimated 1 matches for "bchangepo".

Did you mean: bchangepos
2010 Nov 16
1
How can I install visual fox 8.0?
...e dlls/user32/winpos.c.rej I saw the file winpos.c.erj but I don't understand anything [Embarassed] Code: --- dlls/x11drv/winpos.c 8 Jan 2003 21:09:26 -0000 1.63 +++ dlls/x11drv/winpos.c 10 Feb 2003 22:33:20 -0000 @@ -887,6 +887,9 @@ UINT wvrFlags = 0; BOOL bChangePos; + /* This is needed to flush pending X ConfigureNotify events on this window */ + MsgWaitForMultipleObjectsEx( 0, NULL, 0, 0, 0 ); + TRACE( "hwnd %p, swp (%i,%i)-(%i,%i) flags %08x\n", winpos->hwnd, winpos->x, winpos->y, winpos->x + w...