[gtk+/rendering-cleanup: 95/142] gdk: Remove pixmap debug category
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/rendering-cleanup: 95/142] gdk: Remove pixmap debug category
- Date: Tue, 14 Sep 2010 15:42:55 +0000 (UTC)
commit 3a1dbfe2b06fb48e9310a3b269eb09654f4da18d
Author: Benjamin Otte <otte redhat com>
Date: Fri Aug 27 16:34:09 2010 +0200
gdk: Remove pixmap debug category
It's not used anywhere anymore.
gdk/gdk.c | 1 -
gdk/gdkinternals.h | 13 ++++++-------
gdk/win32/gdkprivate-win32.h | 1 -
3 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/gdk/gdk.c b/gdk/gdk.c
index 804a15e..6d5bbc1 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -76,7 +76,6 @@ static const GDebugKey gdk_debug_keys[] = {
{"xim", GDK_DEBUG_XIM},
{"nograbs", GDK_DEBUG_NOGRABS},
{"colormap", GDK_DEBUG_COLORMAP},
- {"pixmap", GDK_DEBUG_PIXMAP},
{"input", GDK_DEBUG_INPUT},
{"cursor", GDK_DEBUG_CURSOR},
{"multihead", GDK_DEBUG_MULTIHEAD},
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index d3ad7a2..f107e64 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -77,13 +77,12 @@ typedef enum {
GDK_DEBUG_XIM = 1 << 3,
GDK_DEBUG_NOGRABS = 1 << 4,
GDK_DEBUG_COLORMAP = 1 << 5,
- GDK_DEBUG_PIXMAP = 1 << 6,
- GDK_DEBUG_INPUT = 1 << 7,
- GDK_DEBUG_CURSOR = 1 << 8,
- GDK_DEBUG_MULTIHEAD = 1 << 9,
- GDK_DEBUG_XINERAMA = 1 <<10,
- GDK_DEBUG_DRAW = 1 <<11,
- GDK_DEBUG_EVENTLOOP = 1 <<12
+ GDK_DEBUG_INPUT = 1 << 6,
+ GDK_DEBUG_CURSOR = 1 << 7,
+ GDK_DEBUG_MULTIHEAD = 1 << 8,
+ GDK_DEBUG_XINERAMA = 1 << 9,
+ GDK_DEBUG_DRAW = 1 <<10,
+ GDK_DEBUG_EVENTLOOP = 1 <<11
} GdkDebugFlag;
extern GList *_gdk_default_filters;
diff --git a/gdk/win32/gdkprivate-win32.h b/gdk/win32/gdkprivate-win32.h
index 3b159c3..a14f192 100644
--- a/gdk/win32/gdkprivate-win32.h
+++ b/gdk/win32/gdkprivate-win32.h
@@ -100,7 +100,6 @@
/* Define some combinations of GdkDebugFlags */
#define GDK_DEBUG_EVENTS_OR_COLORMAP (GDK_DEBUG_EVENTS|GDK_DEBUG_COLORMAP)
#define GDK_DEBUG_EVENTS_OR_INPUT (GDK_DEBUG_EVENTS|GDK_DEBUG_INPUT)
-#define GDK_DEBUG_PIXMAP_OR_COLORMAP (GDK_DEBUG_PIXMAP|GDK_DEBUG_COLORMAP)
#define GDK_DEBUG_MISC_OR_COLORMAP (GDK_DEBUG_MISC|GDK_DEBUG_COLORMAP)
#define GDK_DEBUG_MISC_OR_EVENTS (GDK_DEBUG_MISC|GDK_DEBUG_EVENTS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]