Add missing 4.3.0-66 patches. (Lev Bishop)

This commit is contained in:
Harold L Hunt II 2004-04-01 18:20:19 +00:00
parent fe83f18443
commit 956422d269
2 changed files with 2 additions and 4 deletions

View file

@ -129,9 +129,9 @@ winClipboardFlushXEvents (HWND hwnd,
event.xselectionrequest.requestor,
event.xselectionrequest.property,
event.xselectionrequest.target,
8,
sizeof (atomTargetArr[0]),
PropModeReplace,
(char *) atomTargetArr,
(unsigned char *) atomTargetArr,
sizeof (atomTargetArr));
if (iReturn == BadAlloc
|| iReturn == BadAtom

View file

@ -294,8 +294,6 @@ winWindowProc (HWND hwnd, UINT message,
#endif
}
/* Store the new display dimensions and depth */
if (s_pScreenInfo->fMultipleMonitors)
{