diff options
Diffstat (limited to 'src/surface.c')
-rw-r--r-- | src/surface.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/surface.c b/src/surface.c index 90e7bb0..d02fd4f 100644 --- a/src/surface.c +++ b/src/surface.c @@ -10,8 +10,7 @@ void surface_initialise( struct surface *surface, - struct wl_shm *wl_shm, - struct image *texture) + struct wl_shm *wl_shm) { const int height = surface->height; |