[gnome-games] libgames-support: Remove GamesFullscreenAction



commit d1287e6b28d84ee6c888af4fda948830e62886ac
Author: Robert Ancell <robert ancell canonical com>
Date:   Wed Aug 29 15:11:24 2012 +1200

    libgames-support: Remove GamesFullscreenAction

 gnect/src/Makefile.am                              |    2 ++
 .../src}/games-fullscreen-action.c                 |    2 +-
 .../src}/games-fullscreen-action.h                 |    0
 gnect/src/main.c                                   |    2 +-
 gnibbles/src/Makefile.am                           |    2 ++
 .../src}/games-fullscreen-action.c                 |    2 +-
 .../src}/games-fullscreen-action.h                 |    0
 gnibbles/src/main.c                                |    2 +-
 gnobots2/src/Makefile.am                           |    2 ++
 .../src}/games-fullscreen-action.c                 |    2 +-
 .../src}/games-fullscreen-action.h                 |    0
 gnobots2/src/menu.c                                |    2 +-
 gnotski/src/Makefile.am                            |    2 ++
 .../src}/games-fullscreen-action.c                 |    2 +-
 .../src}/games-fullscreen-action.h                 |    0
 gnotski/src/gnotski.c                              |    2 +-
 libgames-support/Makefile.am                       |    2 --
 17 files changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/gnect/src/Makefile.am b/gnect/src/Makefile.am
index 3170089..8190e94 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-fullscreen-action.c \
+                games-fullscreen-action.h \
                 games-gridframe.c \
                 games-gridframe.h \
                 heurist.h  \
diff --git a/libgames-support/games-fullscreen-action.c b/gnect/src/games-fullscreen-action.c
similarity index 99%
copy from libgames-support/games-fullscreen-action.c
copy to gnect/src/games-fullscreen-action.c
index 5943df0..01e3ea3 100644
--- a/libgames-support/games-fullscreen-action.c
+++ b/gnect/src/games-fullscreen-action.c
@@ -20,9 +20,9 @@
  */
 
 #include <glib/gi18n.h>
+#include <libgames-support/games-stock.h>
 
 #include "games-fullscreen-action.h"
-#include "games-stock.h"
 
 enum {
     PROP_0,
diff --git a/libgames-support/games-fullscreen-action.h b/gnect/src/games-fullscreen-action.h
similarity index 100%
copy from libgames-support/games-fullscreen-action.h
copy to gnect/src/games-fullscreen-action.h
diff --git a/gnect/src/main.c b/gnect/src/main.c
index 2f52dcc..d0a80ed 100644
--- a/gnect/src/main.c
+++ b/gnect/src/main.c
@@ -31,7 +31,6 @@
 #include <canberra-gtk.h>
 
 #include <libgames-support/games-stock.h>
-#include <libgames-support/games-fullscreen-action.h>
 
 #include "connect4.h"
 #include "main.h"
@@ -39,6 +38,7 @@
 #include "prefs.h"
 #include "gfx.h"
 #include "games-gridframe.h"
+#include "games-fullscreen-action.h"
 
 #define SPEED_MOVE     25
 #define SPEED_DROP     20
diff --git a/gnibbles/src/Makefile.am b/gnibbles/src/Makefile.am
index 2cbb45c..50c2c51 100644
--- a/gnibbles/src/Makefile.am
+++ b/gnibbles/src/Makefile.am
@@ -9,6 +9,8 @@ gnibbles_SOURCES = \
 	warp.c \
 	warpmanager.h \
 	warpmanager.c \
+	games-fullscreen-action.h \
+	games-fullscreen-action.c \
 	games-gridframe.h \
 	games-gridframe.c \
 	games-pause-action.h \
diff --git a/libgames-support/games-fullscreen-action.c b/gnibbles/src/games-fullscreen-action.c
similarity index 99%
copy from libgames-support/games-fullscreen-action.c
copy to gnibbles/src/games-fullscreen-action.c
index 5943df0..01e3ea3 100644
--- a/libgames-support/games-fullscreen-action.c
+++ b/gnibbles/src/games-fullscreen-action.c
@@ -20,9 +20,9 @@
  */
 
 #include <glib/gi18n.h>
+#include <libgames-support/games-stock.h>
 
 #include "games-fullscreen-action.h"
-#include "games-stock.h"
 
 enum {
     PROP_0,
diff --git a/libgames-support/games-fullscreen-action.h b/gnibbles/src/games-fullscreen-action.h
similarity index 100%
copy from libgames-support/games-fullscreen-action.h
copy to gnibbles/src/games-fullscreen-action.h
diff --git a/gnibbles/src/main.c b/gnibbles/src/main.c
index 4e2665b..c021669 100644
--- a/gnibbles/src/main.c
+++ b/gnibbles/src/main.c
@@ -33,7 +33,6 @@
 
 #include <libgames-support/games-scores.h>
 #include <libgames-support/games-stock.h>
-#include <libgames-support/games-fullscreen-action.h>
 
 #include "main.h"
 #include "properties.h"
@@ -45,6 +44,7 @@
 #include "warp.h"
 #include "games-gridframe.h"
 #include "games-pause-action.h"
+#include "games-fullscreen-action.h"
 
 #include <clutter-gtk/clutter-gtk.h>
 #include <clutter/clutter.h>
diff --git a/gnobots2/src/Makefile.am b/gnobots2/src/Makefile.am
index e6e7786..2623f22 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-fullscreen-action.c \
+	games-fullscreen-action.h \
 	games-gridframe.c \
 	games-gridframe.h \
 	games-preimage.c \
diff --git a/libgames-support/games-fullscreen-action.c b/gnobots2/src/games-fullscreen-action.c
similarity index 99%
copy from libgames-support/games-fullscreen-action.c
copy to gnobots2/src/games-fullscreen-action.c
index 5943df0..01e3ea3 100644
--- a/libgames-support/games-fullscreen-action.c
+++ b/gnobots2/src/games-fullscreen-action.c
@@ -20,9 +20,9 @@
  */
 
 #include <glib/gi18n.h>
+#include <libgames-support/games-stock.h>
 
 #include "games-fullscreen-action.h"
-#include "games-stock.h"
 
 enum {
     PROP_0,
diff --git a/libgames-support/games-fullscreen-action.h b/gnobots2/src/games-fullscreen-action.h
similarity index 100%
copy from libgames-support/games-fullscreen-action.h
copy to gnobots2/src/games-fullscreen-action.h
diff --git a/gnobots2/src/menu.c b/gnobots2/src/menu.c
index ad50e25..6c10903 100644
--- a/gnobots2/src/menu.c
+++ b/gnobots2/src/menu.c
@@ -27,7 +27,6 @@
 #include <gtk/gtk.h>
 
 #include <libgames-support/games-stock.h>
-#include <libgames-support/games-fullscreen-action.h>
 #include <libgames-support/games-scores.h>
 #include <libgames-support/games-scores-dialog.h>
 
@@ -37,6 +36,7 @@
 #include "gnobots.h"
 #include "properties.h"
 #include "gameconfig.h"
+#include "games-fullscreen-action.h"
 
 GtkAction *scores_action;
 GtkAction *pause_action;
diff --git a/gnotski/src/Makefile.am b/gnotski/src/Makefile.am
index 35df1c6..3964cf6 100644
--- a/gnotski/src/Makefile.am
+++ b/gnotski/src/Makefile.am
@@ -2,6 +2,8 @@ bin_PROGRAMS = gnotski
 
 gnotski_SOURCES = \
 	gnotski.c	\
+	games-fullscreen-action.c	\
+	games-fullscreen-action.h	\
 	games-gridframe.c	\
 	games-gridframe.h	\
 	games-preimage.c	\
diff --git a/libgames-support/games-fullscreen-action.c b/gnotski/src/games-fullscreen-action.c
similarity index 99%
rename from libgames-support/games-fullscreen-action.c
rename to gnotski/src/games-fullscreen-action.c
index 5943df0..01e3ea3 100644
--- a/libgames-support/games-fullscreen-action.c
+++ b/gnotski/src/games-fullscreen-action.c
@@ -20,9 +20,9 @@
  */
 
 #include <glib/gi18n.h>
+#include <libgames-support/games-stock.h>
 
 #include "games-fullscreen-action.h"
-#include "games-stock.h"
 
 enum {
     PROP_0,
diff --git a/libgames-support/games-fullscreen-action.h b/gnotski/src/games-fullscreen-action.h
similarity index 100%
rename from libgames-support/games-fullscreen-action.h
rename to gnotski/src/games-fullscreen-action.h
diff --git a/gnotski/src/gnotski.c b/gnotski/src/gnotski.c
index 36d3ac6..417d1c9 100644
--- a/gnotski/src/gnotski.c
+++ b/gnotski/src/gnotski.c
@@ -32,11 +32,11 @@
 #include <libgames-support/games-scores.h>
 #include <libgames-support/games-scores-dialog.h>
 #include <libgames-support/games-stock.h>
-#include <libgames-support/games-fullscreen-action.h>
 
 #include "pieces.h"
 #include "games-preimage.h"
 #include "games-gridframe.h"
+#include "games-fullscreen-action.h"
 
 #define APPNAME "gnotski"
 #define APPNAME_LONG N_("Klotski")
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index c776b5d..def0c4e 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -3,8 +3,6 @@ noinst_LTLIBRARIES = libgames-support.la
 libgames_support_la_SOURCES = \
 	games-stock.c			\
 	games-stock.h			\
-	games-fullscreen-action.c	\
-	games-fullscreen-action.h	\
 	games-score.h			\
 	games-score.c			\
 	games-scores.c			\



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