mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Fix svn:ignore and the include condition
2008-07-22 Sven Herzberg <sven@imendio.com> Fix svn:ignore and the include condition * gdk/tests/check-gdk-cairo.c: ifndef => ifdef svn path=/trunk/; revision=20896
This commit is contained in:
parent
c9d31fc022
commit
7551360c1e
@ -1,3 +1,9 @@
|
||||
2008-07-22 Sven Herzberg <sven@imendio.com>
|
||||
|
||||
Fix svn:ignore and the include condition
|
||||
|
||||
* gdk/tests/check-gdk-cairo.c: ifndef => ifdef
|
||||
|
||||
2008-07-22 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* configure.in: Workaround for what apparently is a bug in MSYS:
|
||||
|
@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#include <gdk/gdk.h>
|
||||
#ifndef CAIRO_HAS_QUARTZ_SURFACE
|
||||
#ifdef CAIRO_HAS_QUARTZ_SURFACE
|
||||
#include <cairo-quartz.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user