forked from pool/xorg-x11-server
de140e0677
Copy from X11:XOrg/xorg-x11-server based on submit request 19080 from user sndirsch OBS-URL: https://build.opensuse.org/request/show/19080 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=138
14 lines
623 B
Diff
14 lines
623 B
Diff
Index: xorg-server-1.6.3.901/hw/xfree86/os-support/linux/lnx_apm.c
|
|
===================================================================
|
|
--- xorg-server-1.6.3.901.orig/hw/xfree86/os-support/linux/lnx_apm.c
|
|
+++ xorg-server-1.6.3.901/hw/xfree86/os-support/linux/lnx_apm.c
|
|
@@ -189,7 +189,7 @@ lnxAPMOpen(void)
|
|
close(pfd);
|
|
xf86PMGetEventFromOs = lnxPMGetEventFromOs;
|
|
xf86PMConfirmEventToOs = lnxPMConfirmEventToOs;
|
|
- APMihPtr = xf86AddInputHandler(fd,xf86HandlePMEvents,NULL);
|
|
+ APMihPtr = xf86AddGeneralHandler(fd,xf86HandlePMEvents,NULL);
|
|
xf86MsgVerb(X_INFO,3,"Open APM successful\n");
|
|
return lnxCloseAPM;
|
|
}
|