swc

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

commit d7aa1f45dfe457bbff93e08a02baa948f979ec17
parent df5eb5e0a8866fb4c9f711056d31972b6ae7cec9
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 29 Nov 2013 23:47:01 -0800

Remove erroneous export of swc_window_initialize

Diffstat:
Mlibswc/window.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/libswc/window.c b/libswc/window.c @@ -105,7 +105,6 @@ static void handle_surface_destroy(struct wl_listener * listener, void * data) swc_surface_set_class(INTERNAL(window)->surface, NULL); } -EXPORT bool swc_window_initialize(struct swc_window * window, const struct swc_window_impl * impl, struct swc_surface * surface)