window: make window_flush() private
Not called from any client. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
parent
ce36f6dff4
commit
a8d4c84693
@ -882,7 +882,7 @@ window_has_focus(struct window *window)
|
||||
return window->focus_count > 0;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
window_flush(struct window *window)
|
||||
{
|
||||
if (window->cairo_surface)
|
||||
|
@ -270,9 +270,6 @@ window_get_wl_surface(struct window *window);
|
||||
struct wl_shell_surface *
|
||||
window_get_wl_shell_surface(struct window *window);
|
||||
|
||||
void
|
||||
window_flush(struct window *window);
|
||||
|
||||
enum window_buffer_type {
|
||||
WINDOW_BUFFER_TYPE_EGL_WINDOW,
|
||||
WINDOW_BUFFER_TYPE_SHM,
|
||||
|
Loading…
Reference in New Issue
Block a user