From 3a2178ab907d05dd10c482d7b0c8ce5ca6f3bb7a Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Mon, 27 Jun 2022 10:09:17 +0100 Subject: Add default output selection. Tofi should now appear on whatever the compositor's default output is (usually the focused one), unless --output has been given. --- src/surface.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/surface.h') diff --git a/src/surface.h b/src/surface.h index 68f9a31..e1a5887 100644 --- a/src/surface.h +++ b/src/surface.h @@ -26,9 +26,6 @@ void surface_init( struct surface *surface, struct wl_shm *wl_shm); void surface_destroy(struct surface *surface); -void surface_draw( - struct surface *surface, - struct color *color, - struct image *texture); +void surface_draw(struct surface *surface); #endif /* SURFACE_H */ -- cgit v1.2.3