diff options
Diffstat (limited to 'src/surface.h')
-rw-r--r-- | src/surface.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/surface.h b/src/surface.h index 8abd1e1..6016551 100644 --- a/src/surface.h +++ b/src/surface.h @@ -24,8 +24,7 @@ struct surface { void surface_initialise( struct surface *surface, - struct wl_shm *wl_shm, - struct image *texture); + struct wl_shm *wl_shm); void surface_destroy(struct surface *surface); void surface_draw( struct surface *surface, |