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:
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,
|
xwl_present_timer_callback(OsTimerPtr timer,
|
||||||
CARD32 time,
|
CARD32 time,
|
||||||
void *arg)
|
void *arg)
|
||||||
|
|
Loading…
Reference in New Issue