diff options
author | Adam Jackson <ajax@redhat.com> | 2012-10-16 14:56:15 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2013-09-10 13:28:23 -0400 |
commit | ad076dc6e82019defa422500710b3b42c6309e39 (patch) | |
tree | 358056792d4e1c4186808660e7bcd1bdab3aea80 /hw/xquartz | |
parent | e2b14a1d3bb27e86ff1d7aaf59af850d06263ef5 (diff) |
mipointer: Flatten calls to mieqSwitchScreen
No DDX was overriding this.
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/xquartz')
-rw-r--r-- | hw/xquartz/xpr/xprCursor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xquartz/xpr/xprCursor.c b/hw/xquartz/xpr/xprCursor.c index 0392a4639..6e617c788 100644 --- a/hw/xquartz/xpr/xprCursor.c +++ b/hw/xquartz/xpr/xprCursor.c @@ -306,7 +306,6 @@ static miPointerScreenFuncRec quartzScreenFuncsRec = { QuartzCrossScreen, QuartzWarpCursor, NULL, - NULL }; /* |