mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 21:41:25 +00:00
xwayland: keep xwl_present_timer_callback() private
`xwl_present_timer_callback()` is initially marked a private and later implemented as public. Let's keep that private, shall we. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
This commit is contained in:
committed by
Adam Jackson
parent
0816e8fca6
commit
a2d188c7db
@@ -210,7 +210,7 @@ xwl_present_events_notify(struct xwl_present_window *xwl_present_window)
|
||||
}
|
||||
}
|
||||
|
||||
CARD32
|
||||
static CARD32
|
||||
xwl_present_timer_callback(OsTimerPtr timer,
|
||||
CARD32 time,
|
||||
void *arg)
|
||||
|
||||
Reference in New Issue
Block a user