mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
xfree86: compat: re-add TimeCheck() for proprietary nvidia driver
Yet another very internal function that the proprietary Nvidia driver is using for unknown reasons. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
122d5b9130
commit
169f912b5b
@@ -105,7 +105,6 @@ struct _OsTimerRec {
|
||||
};
|
||||
|
||||
static void DoTimer(OsTimerPtr timer, CARD32 now);
|
||||
static void DoTimers(CARD32 now);
|
||||
static void CheckAllTimers(void);
|
||||
static volatile struct xorg_list timers;
|
||||
|
||||
@@ -276,8 +275,7 @@ DoTimer(OsTimerPtr timer, CARD32 now)
|
||||
TimerSet(timer, 0, newTime, timer->callback, timer->arg);
|
||||
}
|
||||
|
||||
static void
|
||||
DoTimers(CARD32 now)
|
||||
void DoTimers(CARD32 now)
|
||||
{
|
||||
OsTimerPtr timer;
|
||||
|
||||
|
||||
@@ -219,4 +219,7 @@ Ones(unsigned long mask)
|
||||
}
|
||||
#endif
|
||||
|
||||
/* run timers that are expired at timestamp `now` */
|
||||
void DoTimers(CARD32 now);
|
||||
|
||||
#endif /* _OSDEP_H_ */
|
||||
|
||||
Reference in New Issue
Block a user