mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-11 18:00:21 +01:00
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
1 changed files with 2 additions and 3 deletions
|
|
@ -31,13 +31,12 @@
|
|||
#ifndef ENTERLEAVE_H
|
||||
#define ENTERLEAVE_H
|
||||
|
||||
#include <dix.h> /* DoFocusEvents() */
|
||||
|
||||
extern void DoEnterLeaveEvents(DeviceIntPtr pDev,
|
||||
int sourceid,
|
||||
WindowPtr fromWin, WindowPtr toWin, int mode);
|
||||
|
||||
extern void DoFocusEvents(DeviceIntPtr pDev,
|
||||
WindowPtr fromWin, WindowPtr toWin, int mode);
|
||||
|
||||
extern void EnterLeaveEvent(DeviceIntPtr mouse,
|
||||
int type,
|
||||
int mode, int detail, WindowPtr pWin, Window child);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue