dix: don't duplicate DoFocusEvents declaration.
Signed-off-by: Michal Suchanek <hramrach@gmail.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
36377fb0e8
commit
369edd7876
|
@ -31,13 +31,12 @@
|
||||||
#ifndef ENTERLEAVE_H
|
#ifndef ENTERLEAVE_H
|
||||||
#define ENTERLEAVE_H
|
#define ENTERLEAVE_H
|
||||||
|
|
||||||
|
#include <dix.h> /* DoFocusEvents() */
|
||||||
|
|
||||||
extern void DoEnterLeaveEvents(DeviceIntPtr pDev,
|
extern void DoEnterLeaveEvents(DeviceIntPtr pDev,
|
||||||
int sourceid,
|
int sourceid,
|
||||||
WindowPtr fromWin, WindowPtr toWin, int mode);
|
WindowPtr fromWin, WindowPtr toWin, int mode);
|
||||||
|
|
||||||
extern void DoFocusEvents(DeviceIntPtr pDev,
|
|
||||||
WindowPtr fromWin, WindowPtr toWin, int mode);
|
|
||||||
|
|
||||||
extern void EnterLeaveEvent(DeviceIntPtr mouse,
|
extern void EnterLeaveEvent(DeviceIntPtr mouse,
|
||||||
int type,
|
int type,
|
||||||
int mode, int detail, WindowPtr pWin, Window child);
|
int mode, int detail, WindowPtr pWin, Window child);
|
||||||
|
|
Loading…
Reference in New Issue