gnome-games r7158 - trunk/aisleriot
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r7158 - trunk/aisleriot
- Date: Sun, 13 Jan 2008 22:07:09 +0000 (GMT)
Author: chpe
Date: Sun Jan 13 22:07:09 2008
New Revision: 7158
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7158&view=rev
Log:
Update (C) and add FIXME.
Modified:
trunk/aisleriot/window.c
Modified: trunk/aisleriot/window.c
==============================================================================
--- trunk/aisleriot/window.c (original)
+++ trunk/aisleriot/window.c Sun Jan 13 22:07:09 2008
@@ -1,7 +1,7 @@
/*
* Copyright  1998, 2003 Jonathan Blandford <jrb alum mit edu>
* Copyright  2003 Callum McKenzie <callum physics otago ac nz>
- * Copyright  2007 Christian Persch
+ * Copyright  2007, 2008 Christian Persch
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -2183,7 +2183,8 @@
priv->game = aisleriot_game_new ();
-#ifdef HAVE_HILDON
+ /* FIXMEchpe: case HAVE_HILDON && HAVE_RSVG ! */
+#ifdef HAVE_HILDON
priv->scalable_cards = FALSE;
priv->use_pixbuf_drawing = FALSE;
#else
@@ -2205,7 +2206,8 @@
g_print ("Using pixbuf drawing method\n");
else
g_print ("Using pixmap drawing method\n");
-#endif
+#endif /* GNOME_ENABLE_DEBUG */
+
#endif /* HAVE_MAEMO */
priv->board = AISLERIOT_BOARD (aisleriot_board_new (priv->game, priv->scalable_cards));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]