diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-09 17:52:46 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-09 17:52:46 +0100 |
commit | 34037743f70c6c5e2b8f916d992e70d42ca07b9b (patch) | |
tree | 874a698991c7872951651c565d773de4c0394096 /src/surface.h | |
parent | 68132ab8fb66a0462b77304a5bbc9313f3dcb7bc (diff) |
Minor cleanup.
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, |