[gnome-robots] Update for new libgames-support changes



commit f0cae56a6044e8783d26559ea92edde1660b1b14
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Jun 28 21:34:46 2015 -0500

    Update for new libgames-support changes
    
    Header file name changed, and GamesGridFrame now lives in
    libgames-support.

 src/Makefile.am       |    2 -
 src/game.c            |    2 +-
 src/games-gridframe.c |  278 -------------------------------------------------
 src/games-gridframe.h |   63 -----------
 src/gnome-robots.c    |    2 +-
 src/gnome-robots.h    |    2 +-
 src/graphics.c        |    2 +-
 src/properties.c      |    2 +-
 8 files changed, 5 insertions(+), 348 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 5542c8d..8251b3d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,8 +24,6 @@ gnome_robots_SOURCES = \
        games-controls.h \
        games-file-list.c \
        games-file-list.h \
-       games-gridframe.c \
-       games-gridframe.h \
        games-preimage.c \
        games-preimage.h \
        cursor-down.h \
diff --git a/src/game.c b/src/game.c
index a766213..cde45df 100644
--- a/src/game.c
+++ b/src/game.c
@@ -24,9 +24,9 @@
 #include <stdlib.h>
 #include <math.h>
 
-#include <games-support.h>
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
+#include <libgames-support.h>
 
 #include "gbdefs.h"
 #include "gameconfig.h"
diff --git a/src/gnome-robots.c b/src/gnome-robots.c
index 54ae813..bfcb1f3 100644
--- a/src/gnome-robots.c
+++ b/src/gnome-robots.c
@@ -31,6 +31,7 @@
 
 #include <glib/gi18n.h>
 #include <glib.h>
+#include <libgames-support.h>
 
 #include "gbdefs.h"
 #include "gameconfig.h"
@@ -39,7 +40,6 @@
 #include "properties.h"
 #include "game.h"
 #include "cursors.h"
-#include "games-gridframe.h"
 
 /* Minimum sizes. */
 #define MINIMUM_TILE_WIDTH   8
diff --git a/src/gnome-robots.h b/src/gnome-robots.h
index 3b5ff06..d882d2b 100644
--- a/src/gnome-robots.h
+++ b/src/gnome-robots.h
@@ -1,8 +1,8 @@
 #ifndef GNOBOTS_H
 #define GNOBOTS_H
 
-#include <games-support.h>
 #include <gtk/gtk.h>
+#include <libgames-support.h>
 
 /**********************************************************************/
 /* Exported Variables                                                 */
diff --git a/src/graphics.c b/src/graphics.c
index 5bb65a1..06f364a 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -21,10 +21,10 @@
 
 #include <config.h>
 
-#include <games-support.h>
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
+#include <libgames-support.h>
 
 #include <sys/types.h>
 #include <string.h>
diff --git a/src/properties.c b/src/properties.c
index 3700f31..d601015 100644
--- a/src/properties.c
+++ b/src/properties.c
@@ -23,10 +23,10 @@
 
 #include <string.h>
 
-#include <games-support.h>
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
+#include <libgames-support.h>
 
 #include "properties.h"
 #include "gameconfig.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]