summaryrefslogtreecommitdiff
path: root/src/surface.h
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-06-27 10:09:17 +0100
committerPhil Jones <philj56@gmail.com>2022-06-27 10:09:17 +0100
commit3a2178ab907d05dd10c482d7b0c8ce5ca6f3bb7a (patch)
tree38423c523892403ca0fd2ded8e517dbc53a556ee /src/surface.h
parent0fe263031db78d78203b183c14d84b1172d29822 (diff)
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.
Diffstat (limited to 'src/surface.h')
-rw-r--r--src/surface.h5
1 files changed, 1 insertions, 4 deletions
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 */