Browse Source

misc: fix unit test failures.

tags/v0.99.beta20
Sam Hocevar 9 years ago
parent
commit
d3c5bce620
3 changed files with 3 additions and 2 deletions
  1. +1
    -1
      caca/driver/x11.c
  2. +1
    -1
      examples/trifiller.c
  3. +1
    -0
      win32/config.h

+ 1
- 1
caca/driver/x11.c View File

@@ -1,6 +1,6 @@
/* /*
* libcaca Colour ASCII-Art library * libcaca Colour ASCII-Art library
* Copyright (c) 2002-2014 Sam Hocevar <sam@hocevar.net>
* Copyright (c) 2002-2015 Sam Hocevar <sam@hocevar.net>
* 2007 Ben Wiley Sittler <bsittler@gmail.com> * 2007 Ben Wiley Sittler <bsittler@gmail.com>
* All Rights Reserved * All Rights Reserved
* *


+ 1
- 1
examples/trifiller.c View File

@@ -1,6 +1,6 @@
/* /*
* trifiller texture mapping features * trifiller texture mapping features
* Copyright (c) 2009-2012 Jean-Yves Lamoureux <jylam@lnxscene.org>
* Copyright (c) 2009-2015 Jean-Yves Lamoureux <jylam@lnxscene.org>
* All Rights Reserved * All Rights Reserved
* *
* This program is free software. It comes without any warranty, to * This program is free software. It comes without any warranty, to


+ 1
- 0
win32/config.h View File

@@ -1,6 +1,7 @@


#define ALLOCCONSOLE_IN_WINDOWS_H 1 #define ALLOCCONSOLE_IN_WINDOWS_H 1
/* #undef DEBUG -- XXX: defined in the VS project */ /* #undef DEBUG -- XXX: defined in the VS project */
/* #undef HAVE__MINGW_H */
/* #undef HAVE_ARPA_INET_H */ /* #undef HAVE_ARPA_INET_H */
#define HAVE_ATEXIT 1 #define HAVE_ATEXIT 1
/* #undef HAVE_COCOA_COCOA_H */ /* #undef HAVE_COCOA_COCOA_H */


Loading…
Cancel
Save