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:
Olivier Fourdan 2018-10-08 16:38:01 +02:00 committed by Adam Jackson
parent 0816e8fca6
commit a2d188c7db

View File

@ -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)