[gnome-games] libgames-support: Remove GamesGridFrame



commit adac778d79a974bfb2d8082c9730fd2ef862bfa4
Author: Robert Ancell <robert ancell canonical com>
Date:   Wed Aug 29 11:51:41 2012 +1200

    libgames-support: Remove GamesGridFrame

 glines/src/Makefile.am                             |    2 ++
 {libgames-support => glines/src}/games-gridframe.c |    0
 {libgames-support => glines/src}/games-gridframe.h |    0
 glines/src/glines.c                                |    2 +-
 gnect/src/Makefile.am                              |    2 ++
 {libgames-support => gnect/src}/games-gridframe.c  |    0
 {libgames-support => gnect/src}/games-gridframe.h  |    0
 gnect/src/main.c                                   |    2 +-
 gnibbles/src/Makefile.am                           |    2 ++
 .../src}/games-gridframe.c                         |    0
 .../src}/games-gridframe.h                         |    0
 gnibbles/src/main.c                                |    2 +-
 gnobots2/src/Makefile.am                           |    2 ++
 .../src}/games-gridframe.c                         |    0
 .../src}/games-gridframe.h                         |    0
 gnobots2/src/gnobots.c                             |    2 +-
 gnotski/src/Makefile.am                            |    2 ++
 .../src}/games-gridframe.c                         |    0
 .../src}/games-gridframe.h                         |    0
 gnotski/src/gnotski.c                              |    2 +-
 libgames-support/Makefile.am                       |    2 --
 21 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/glines/src/Makefile.am b/glines/src/Makefile.am
index ce42a4a..c14744c 100644
--- a/glines/src/Makefile.am
+++ b/glines/src/Makefile.am
@@ -3,6 +3,8 @@ bin_PROGRAMS = glines
 glines_SOURCES =	\
 	games-file-list.c	\
 	games-file-list.h	\
+	games-gridframe.c	\
+	games-gridframe.h	\
 	games-preimage.c	\
 	games-preimage.h	\
 	glines.c	\
diff --git a/libgames-support/games-gridframe.c b/glines/src/games-gridframe.c
similarity index 100%
copy from libgames-support/games-gridframe.c
copy to glines/src/games-gridframe.c
diff --git a/libgames-support/games-gridframe.h b/glines/src/games-gridframe.h
similarity index 100%
copy from libgames-support/games-gridframe.h
copy to glines/src/games-gridframe.h
diff --git a/glines/src/glines.c b/glines/src/glines.c
index 940397c..ba97cfe 100644
--- a/glines/src/glines.c
+++ b/glines/src/glines.c
@@ -36,7 +36,6 @@
 #include <gdk-pixbuf/gdk-pixbuf.h>
 #include <gdk/gdkkeysyms.h>
 
-#include <libgames-support/games-gridframe.h>
 #include <libgames-support/games-scores.h>
 #include <libgames-support/games-scores-dialog.h>
 #include <libgames-support/games-settings.h>
@@ -45,6 +44,7 @@
 #include "glines.h"
 #include "games-file-list.h"
 #include "games-preimage.h"
+#include "games-gridframe.h"
 
 #define KEY_BACKGROUND_COLOR  "background-color"
 #define KEY_BALL_THEME        "ball-theme"
diff --git a/gnect/src/Makefile.am b/gnect/src/Makefile.am
index 5bfaf50..3170089 100644
--- a/gnect/src/Makefile.am
+++ b/gnect/src/Makefile.am
@@ -14,6 +14,8 @@ gnect_SOURCES = main.h     \
                 connect4.h \
                 connect4.c \
                 evaluate.c \
+                games-gridframe.c \
+                games-gridframe.h \
                 heurist.h  \
                 heurist.c  \
                 ia_main.c  \
diff --git a/libgames-support/games-gridframe.c b/gnect/src/games-gridframe.c
similarity index 100%
copy from libgames-support/games-gridframe.c
copy to gnect/src/games-gridframe.c
diff --git a/libgames-support/games-gridframe.h b/gnect/src/games-gridframe.h
similarity index 100%
copy from libgames-support/games-gridframe.h
copy to gnect/src/games-gridframe.h
diff --git a/gnect/src/main.c b/gnect/src/main.c
index 476942a..2f52dcc 100644
--- a/gnect/src/main.c
+++ b/gnect/src/main.c
@@ -30,7 +30,6 @@
 #include <gtk/gtk.h>
 #include <canberra-gtk.h>
 
-#include <libgames-support/games-gridframe.h>
 #include <libgames-support/games-stock.h>
 #include <libgames-support/games-fullscreen-action.h>
 
@@ -39,6 +38,7 @@
 #include "theme.h"
 #include "prefs.h"
 #include "gfx.h"
+#include "games-gridframe.h"
 
 #define SPEED_MOVE     25
 #define SPEED_DROP     20
diff --git a/gnibbles/src/Makefile.am b/gnibbles/src/Makefile.am
index 928b8fb..fb37535 100644
--- a/gnibbles/src/Makefile.am
+++ b/gnibbles/src/Makefile.am
@@ -9,6 +9,8 @@ gnibbles_SOURCES = \
 	warp.c \
 	warpmanager.h \
 	warpmanager.c \
+	games-gridframe.h \
+	games-gridframe.c \
 	gnibbles.h \
 	gnibbles.c \
 	properties.h \
diff --git a/libgames-support/games-gridframe.c b/gnibbles/src/games-gridframe.c
similarity index 100%
copy from libgames-support/games-gridframe.c
copy to gnibbles/src/games-gridframe.c
diff --git a/libgames-support/games-gridframe.h b/gnibbles/src/games-gridframe.h
similarity index 100%
copy from libgames-support/games-gridframe.h
copy to gnibbles/src/games-gridframe.h
diff --git a/gnibbles/src/main.c b/gnibbles/src/main.c
index 75b51a5..09588e7 100644
--- a/gnibbles/src/main.c
+++ b/gnibbles/src/main.c
@@ -31,7 +31,6 @@
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 
-#include <libgames-support/games-gridframe.h>
 #include <libgames-support/games-scores.h>
 #include <libgames-support/games-stock.h>
 #include <libgames-support/games-pause-action.h>
@@ -45,6 +44,7 @@
 #include "preferences.h"
 #include "scoreboard.h"
 #include "warp.h"
+#include "games-gridframe.h"
 
 #include <clutter-gtk/clutter-gtk.h>
 #include <clutter/clutter.h>
diff --git a/gnobots2/src/Makefile.am b/gnobots2/src/Makefile.am
index 888fe54..9048469 100644
--- a/gnobots2/src/Makefile.am
+++ b/gnobots2/src/Makefile.am
@@ -26,6 +26,8 @@ gnobots2_SOURCES = \
 	find-file.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/libgames-support/games-gridframe.c b/gnobots2/src/games-gridframe.c
similarity index 100%
copy from libgames-support/games-gridframe.c
copy to gnobots2/src/games-gridframe.c
diff --git a/libgames-support/games-gridframe.h b/gnobots2/src/games-gridframe.h
similarity index 100%
copy from libgames-support/games-gridframe.h
copy to gnobots2/src/games-gridframe.h
diff --git a/gnobots2/src/gnobots.c b/gnobots2/src/gnobots.c
index ef29ff0..798fc3c 100644
--- a/gnobots2/src/gnobots.c
+++ b/gnobots2/src/gnobots.c
@@ -29,7 +29,6 @@
 #include <glib/gi18n.h>
 #include <glib.h>
 
-#include <libgames-support/games-gridframe.h>
 #include <libgames-support/games-scores.h>
 #include <libgames-support/games-scores-dialog.h>
 #include <libgames-support/games-settings.h>
@@ -44,6 +43,7 @@
 #include "properties.h"
 #include "game.h"
 #include "cursors.h"
+#include "games-gridframe.h"
 
 /* Minimum sizes. */
 #define MINIMUM_TILE_WIDTH   8
diff --git a/gnotski/src/Makefile.am b/gnotski/src/Makefile.am
index d75fec9..35df1c6 100644
--- a/gnotski/src/Makefile.am
+++ b/gnotski/src/Makefile.am
@@ -2,6 +2,8 @@ bin_PROGRAMS = gnotski
 
 gnotski_SOURCES = \
 	gnotski.c	\
+	games-gridframe.c	\
+	games-gridframe.h	\
 	games-preimage.c	\
 	games-preimage.h	\
 	pieces.h
diff --git a/libgames-support/games-gridframe.c b/gnotski/src/games-gridframe.c
similarity index 100%
rename from libgames-support/games-gridframe.c
rename to gnotski/src/games-gridframe.c
diff --git a/libgames-support/games-gridframe.h b/gnotski/src/games-gridframe.h
similarity index 100%
rename from libgames-support/games-gridframe.h
rename to gnotski/src/games-gridframe.h
diff --git a/gnotski/src/gnotski.c b/gnotski/src/gnotski.c
index 8658494..36d3ac6 100644
--- a/gnotski/src/gnotski.c
+++ b/gnotski/src/gnotski.c
@@ -29,7 +29,6 @@
 #include <gtk/gtk.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
-#include <libgames-support/games-gridframe.h>
 #include <libgames-support/games-scores.h>
 #include <libgames-support/games-scores-dialog.h>
 #include <libgames-support/games-stock.h>
@@ -37,6 +36,7 @@
 
 #include "pieces.h"
 #include "games-preimage.h"
+#include "games-gridframe.h"
 
 #define APPNAME "gnotski"
 #define APPNAME_LONG N_("Klotski")
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index 3197a62..7e67035 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -7,8 +7,6 @@ libgames_support_la_SOURCES = \
 	games-settings.h		\
 	games-fullscreen-action.c	\
 	games-fullscreen-action.h	\
-	games-gridframe.c		\
-	games-gridframe.h		\
 	games-pause-action.c	\
 	games-pause-action.h	\
 	games-score.h			\



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