freebsd-ports/x11-drivers/xf86-video-sis-intel/files/patch-src-sis_mergedfb.c
Chin-San Huang 48a424a473 Add xf86-video-sis-intel 300407, x.Org sis display driver provided by
Intel.

PR:		ports/124461
Submitted by:	Alexey Illarionov <littlesavage at orionet.ru>
2008-06-14 00:01:35 +00:00

18 lines
619 B
C

--- src/sis_mergedfb.c.orig 2008-06-06 00:39:10.000000000 +0400
+++ src/sis_mergedfb.c 2008-06-06 00:32:21.000000000 +0400
@@ -2631,13 +2631,13 @@
REQUEST_SIZE_MATCH(xXineramaSelectInputReq);
- pWin = SecurityLookupWindow(stuff->window, client, SecurityWriteAccess);
+ pWin = SecurityLookupWindow(stuff->window, client, DixWriteAccess);
if(!pWin)
return BadWindow;
pHead = (SiSXineramaEventPtr *)SecurityLookupIDByType(client,
pWin->drawable.id, EventType,
- SecurityWriteAccess);
+ DixWriteAccess);
if(stuff->enable & (XineramaLayoutChangeNotifyMask)) {