mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 12:10:12 +01: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:
parent
0816e8fca6
commit
a2d188c7db
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue