swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit d0a9e34c63062fc8426ff450b417310dffbe6e56
parent a383c07db564831b5b4ba2bbc9947c7c76631676
Author: Michael Forney <mforney@mforney.org>
Date:   Wed, 11 Sep 2013 01:17:11 -0700

renderer: Remove unused outputs argument to swc_renderer_attach

Diffstat:
Mlibswc/renderer.c | 1-
Mlibswc/renderer.h | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libswc/renderer.c b/libswc/renderer.c @@ -172,7 +172,6 @@ void swc_renderer_repaint_output(struct swc_renderer * renderer, } void swc_renderer_attach(struct swc_renderer * renderer, - struct wl_list * outputs, struct swc_surface * surface, struct wl_buffer * buffer) { diff --git a/libswc/renderer.h b/libswc/renderer.h @@ -32,7 +32,6 @@ void swc_renderer_repaint_output(struct swc_renderer * renderer, struct wl_list * surfaces); void swc_renderer_attach(struct swc_renderer * renderer, - struct wl_list * outputs, struct swc_surface * surface, struct wl_buffer * buffer);