mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 15:48:07 +02:00
Add missing 4.3.0-66 patches. (Lev Bishop)
This commit is contained in:
parent
fe83f18443
commit
956422d269
2 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -294,8 +294,6 @@ winWindowProc (HWND hwnd, UINT message,
|
|||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Store the new display dimensions and depth */
|
||||
if (s_pScreenInfo->fMultipleMonitors)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue