[gnome-games] libgames-support: Add style debug option
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-games] libgames-support: Add style debug option
- Date: Mon, 4 Jan 2010 18:14:53 +0000 (UTC)
commit f63475044e11291f0b103c92c730875a6af7f6bd
Author: Christian Persch <chpe gnome org>
Date: Mon Jan 4 16:02:47 2010 +0100
libgames-support: Add style debug option
libgames-support/games-debug.c | 3 ++-
libgames-support/games-debug.h | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/libgames-support/games-debug.c b/libgames-support/games-debug.c
index 852c94d..22aeb8a 100644
--- a/libgames-support/games-debug.c
+++ b/libgames-support/games-debug.c
@@ -42,7 +42,8 @@ _games_debug_init (void)
{ "game-drawing", GAMES_DEBUG_GAME_DRAWING },
{ "game-events", GAMES_DEBUG_GAME_EVENTS },
{ "game-keynav", GAMES_DEBUG_GAME_KEYNAV },
- { "game-sizing", GAMES_DEBUG_GAME_SIZING }
+ { "game-sizing", GAMES_DEBUG_GAME_SIZING },
+ { "game-style", GAMES_DEBUG_GAME_STYLE }
};
const char *env;
diff --git a/libgames-support/games-debug.h b/libgames-support/games-debug.h
index cdc4d38..0062df8 100644
--- a/libgames-support/games-debug.h
+++ b/libgames-support/games-debug.h
@@ -39,7 +39,8 @@ typedef enum {
GAMES_DEBUG_GAME_DRAWING = 1 << 7,
GAMES_DEBUG_GAME_EVENTS = 1 << 8,
GAMES_DEBUG_GAME_KEYNAV = 1 << 9,
- GAMES_DEBUG_GAME_SIZING = 1 << 10
+ GAMES_DEBUG_GAME_SIZING = 1 << 10,
+ GAMES_DEBUG_GAME_STYLE = 1 << 11
} GamesDebugFlags;
#ifdef GNOME_ENABLE_DEBUG
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]