From e3e2ac588f7506e05c6842dfe68e78f4219f3f09 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lamoureux Date: Sun, 17 Sep 2006 13:15:12 +0000 Subject: [PATCH] * Updated README, just to say my coding style is just perfect, sam is too pedantic. --- README | 1 + caca/driver_gl.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 013fb40..5120dd6 100644 --- a/README +++ b/README @@ -10,6 +10,7 @@ Building libcaca --enable-x11: support for native X11 rendering --enable-gl: support for OpenGL rendering --enable-win32: support for the Windows console + --enable-network: support for the network server --disable-imlib2: remove Imlib2 support in cacaview diff --git a/caca/driver_gl.c b/caca/driver_gl.c index ad81826..000b610 100644 --- a/caca/driver_gl.c +++ b/caca/driver_gl.c @@ -80,7 +80,6 @@ struct driver_private int special_key; float sw, sh; - }; static int gl_init_graphics(caca_display_t *dp)