mirror of
https://github.com/X11Libre/xf86-video-nested.git
synced 2026-03-24 01:24:18 +00:00
drop support for ancient video driver ABI
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
6488b61924
commit
73d76ac127
@@ -520,22 +520,14 @@ NestedMouseTimer(OsTimerPtr timer, CARD32 time, pointer arg) {
|
||||
}
|
||||
|
||||
static void
|
||||
#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
|
||||
NestedBlockHandler(void *data, void *wt)
|
||||
#else
|
||||
NestedBlockHandler(pointer data, OSTimePtr wt, pointer LastSelectMask)
|
||||
#endif
|
||||
{
|
||||
NestedClientPrivatePtr pNestedClient = data;
|
||||
NestedClientCheckEvents(pNestedClient);
|
||||
}
|
||||
|
||||
static void
|
||||
#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
|
||||
NestedWakeupHandler(void *data, int i)
|
||||
#else
|
||||
NestedWakeupHandler(pointer data, int i, pointer LastSelectMask)
|
||||
#endif
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user