forked from AuroraMiddleware/gtk
gdk: Add a debug category for settings
This commit is contained in:
parent
08a6f554c3
commit
8857766b5a
@ -139,7 +139,8 @@ static const GDebugKey gdk_debug_keys[] = {
|
|||||||
{"xinerama", GDK_DEBUG_XINERAMA},
|
{"xinerama", GDK_DEBUG_XINERAMA},
|
||||||
{"draw", GDK_DEBUG_DRAW},
|
{"draw", GDK_DEBUG_DRAW},
|
||||||
{"eventloop", GDK_DEBUG_EVENTLOOP},
|
{"eventloop", GDK_DEBUG_EVENTLOOP},
|
||||||
{"frames", GDK_DEBUG_FRAMES}
|
{"frames", GDK_DEBUG_FRAMES},
|
||||||
|
{"settings", GDK_DEBUG_SETTINGS}
|
||||||
};
|
};
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
@ -83,7 +83,8 @@ typedef enum {
|
|||||||
GDK_DEBUG_XINERAMA = 1 << 8,
|
GDK_DEBUG_XINERAMA = 1 << 8,
|
||||||
GDK_DEBUG_DRAW = 1 << 9,
|
GDK_DEBUG_DRAW = 1 << 9,
|
||||||
GDK_DEBUG_EVENTLOOP = 1 << 10,
|
GDK_DEBUG_EVENTLOOP = 1 << 10,
|
||||||
GDK_DEBUG_FRAMES = 1 << 11
|
GDK_DEBUG_FRAMES = 1 << 11,
|
||||||
|
GDK_DEBUG_SETTINGS = 1 << 12
|
||||||
} GdkDebugFlag;
|
} GdkDebugFlag;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Loading…
Reference in New Issue
Block a user