[gtk+] fix win32 build after removal of the colormap debug category
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] fix win32 build after removal of the colormap debug category
- Date: Fri, 21 Jan 2011 10:20:37 +0000 (UTC)
commit a79f05c7be67560ebe26b06a23df9990445d0b59
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date: Fri Jan 21 11:20:16 2011 +0100
fix win32 build after removal of the colormap debug category
gdk/win32/gdkvisual-win32.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gdk/win32/gdkvisual-win32.c b/gdk/win32/gdkvisual-win32.c
index b1f9a79..54e6f99 100644
--- a/gdk/win32/gdkvisual-win32.c
+++ b/gdk/win32/gdkvisual-win32.c
@@ -65,16 +65,12 @@ _gdk_visual_init (void)
system_visual = g_object_new (GDK_TYPE_VISUAL, NULL);
system_visual->screen = gdk_screen_get_default();
- GDK_NOTE (COLORMAP, g_print ("BITSPIXEL=%d NUMCOLORS=%d\n",
- bitspixel, numcolors));
-
if (rastercaps & RC_PALETTE)
{
const int sizepalette = GetDeviceCaps (_gdk_display_hdc, SIZEPALETTE);
gchar *max_colors = getenv ("GDK_WIN32_MAX_COLORS");
system_visual->type = GDK_VISUAL_PSEUDO_COLOR;
- GDK_NOTE (COLORMAP, g_print ("SIZEPALETTE=%d\n", sizepalette));
g_assert (sizepalette == 256);
if (max_colors != NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]