[PATCH] Add flags argument to kdrive's DeleteInputDeviceRequest.

Jamey Sharp jamey at minilop.net
Tue May 25 22:48:46 PDT 2010


Makes kdrive build again after 531ff40301975519af7b20109c17d296312d3f2b.

Signed-off-by: Jamey Sharp <jamey at minilop.net>
Cc: Peter Hutterer <peter.hutterer at who-t.net>
---
 hw/kdrive/src/kinput.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c
index 4024758..fcc339b 100644
--- a/hw/kdrive/src/kinput.c
+++ b/hw/kdrive/src/kinput.c
@@ -2354,7 +2354,7 @@ NewInputDeviceRequest(InputOption *options, InputAttributes *attrs,
 }
 
 void
-DeleteInputDeviceRequest(DeviceIntPtr pDev)
+DeleteInputDeviceRequest(DeviceIntPtr pDev, int flags)
 {
     RemoveDevice(pDev, TRUE);
 }
-- 
1.7.0



More information about the xorg-devel mailing list