forked from AuroraMiddleware/gtk
Added some missing newlines on debug messages.
1998-02-17 Federico Mena Quintero <federico@nuclecu.unam.mx> * gdk/gdkcc.c: Added some missing newlines on debug messages.
This commit is contained in:
parent
825aa9501b
commit
1410a8a003
@ -1,3 +1,7 @@
|
||||
1998-02-17 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkcc.c: Added some missing newlines on debug messages.
|
||||
|
||||
Tue Feb 17 05:41:31 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_init): invoke gtk_entry_grow_text already
|
||||
|
@ -1,3 +1,7 @@
|
||||
1998-02-17 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkcc.c: Added some missing newlines on debug messages.
|
||||
|
||||
Tue Feb 17 05:41:31 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_init): invoke gtk_entry_grow_text already
|
||||
|
@ -1,3 +1,7 @@
|
||||
1998-02-17 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkcc.c: Added some missing newlines on debug messages.
|
||||
|
||||
Tue Feb 17 05:41:31 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_init): invoke gtk_entry_grow_text already
|
||||
|
@ -1,3 +1,7 @@
|
||||
1998-02-17 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkcc.c: Added some missing newlines on debug messages.
|
||||
|
||||
Tue Feb 17 05:41:31 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_init): invoke gtk_entry_grow_text already
|
||||
|
@ -1,3 +1,7 @@
|
||||
1998-02-17 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkcc.c: Added some missing newlines on debug messages.
|
||||
|
||||
Tue Feb 17 05:41:31 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_init): invoke gtk_entry_grow_text already
|
||||
|
@ -1,3 +1,7 @@
|
||||
1998-02-17 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkcc.c: Added some missing newlines on debug messages.
|
||||
|
||||
Tue Feb 17 05:41:31 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_init): invoke gtk_entry_grow_text already
|
||||
|
@ -1,3 +1,7 @@
|
||||
1998-02-17 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gdk/gdkcc.c: Added some missing newlines on debug messages.
|
||||
|
||||
Tue Feb 17 05:41:31 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_init): invoke gtk_entry_grow_text already
|
||||
|
28
gdk/gdkcc.c
28
gdk/gdkcc.c
@ -553,7 +553,7 @@ gdk_color_context_new (GdkVisual *visual,
|
||||
case GDK_VISUAL_STATIC_GRAY:
|
||||
case GDK_VISUAL_GRAYSCALE:
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_new: visual class is %s",
|
||||
g_print ("gdk_color_context_new: visual class is %s\n",
|
||||
(visual->type == GDK_VISUAL_STATIC_GRAY) ?
|
||||
"GDK_VISUAL_STATIC_GRAY" :
|
||||
"GDK_VISUAL_GRAYSCALE");
|
||||
@ -567,16 +567,14 @@ gdk_color_context_new (GdkVisual *visual,
|
||||
|
||||
case GDK_VISUAL_TRUE_COLOR: /* shifts */
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_new: visual class is "
|
||||
"GDK_VISUAL_TRUE_COLOR");
|
||||
g_print ("gdk_color_context_new: visual class is GDK_VISUAL_TRUE_COLOR\n");
|
||||
|
||||
init_true_color (cc);
|
||||
break;
|
||||
|
||||
case GDK_VISUAL_DIRECT_COLOR: /* shifts and fake CLUT */
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_new: visual class is "
|
||||
"GDK_VISUAL_DIRECT_COLOR");
|
||||
g_print ("gdk_color_context_new: visual class is GDK_VISUAL_DIRECT_COLOR\n");
|
||||
|
||||
init_direct_color (cc);
|
||||
break;
|
||||
@ -584,7 +582,7 @@ gdk_color_context_new (GdkVisual *visual,
|
||||
case GDK_VISUAL_STATIC_COLOR:
|
||||
case GDK_VISUAL_PSEUDO_COLOR:
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_new: visual class is %s",
|
||||
g_print ("gdk_color_context_new: visual class is %s\n",
|
||||
(visual->type == GDK_VISUAL_STATIC_COLOR) ?
|
||||
"GDK_VISUAL_STATIC_COLOR" :
|
||||
"GDK_VISUAL_PSEUDO_COLOR");
|
||||
@ -610,7 +608,7 @@ gdk_color_context_new (GdkVisual *visual,
|
||||
cc->num_allocated = 0;
|
||||
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_new: screen depth is %i, no. of colors is %i",
|
||||
g_print ("gdk_color_context_new: screen depth is %i, no. of colors is %i\n",
|
||||
cc->visual->depth, cc->num_colors);
|
||||
|
||||
/* check if we need to initialize a hash table */
|
||||
@ -815,7 +813,7 @@ gdk_color_context_get_pixel (GdkColorContext *cc,
|
||||
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_get_pixel: "
|
||||
"resizing CLUT to %i entries",
|
||||
"resizing CLUT to %i entries\n",
|
||||
cc->max_colors);
|
||||
|
||||
cc->clut = g_realloc (cc->clut,
|
||||
@ -910,7 +908,7 @@ gdk_color_context_get_pixels (GdkColorContext *cc,
|
||||
{
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_get_pixels: got all %i colors; "
|
||||
"(%i colors allocated so far", ncolors, cc->num_allocated);
|
||||
"(%i colors allocated so far)\n", ncolors, cc->num_allocated);
|
||||
|
||||
return;
|
||||
}
|
||||
@ -1035,7 +1033,7 @@ gdk_color_context_get_pixels (GdkColorContext *cc,
|
||||
{
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_get_pixels: got %i colors, %i exact and "
|
||||
"%i close (%i colors allocated so far)",
|
||||
"%i close (%i colors allocated so far)\n",
|
||||
ncolors, exact_col, close_col, cc->num_allocated);
|
||||
|
||||
return;
|
||||
@ -1106,7 +1104,7 @@ gdk_color_context_get_pixels (GdkColorContext *cc,
|
||||
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_get_pixels: got %i colors, %i exact, %i close, "
|
||||
"%i substituted, %i to black (%i colors allocated so far)",
|
||||
"%i substituted, %i to black (%i colors allocated so far)\n",
|
||||
ncolors, exact_col, close_col, subst_col, black_col, cc->num_allocated);
|
||||
}
|
||||
|
||||
@ -1180,7 +1178,7 @@ gdk_color_context_get_pixels_incremental (GdkColorContext *cc,
|
||||
else
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_get_pixels_incremental: "
|
||||
"pixel at slot %i already allocated, skipping", i);
|
||||
"pixel at slot %i already allocated, skipping\n", i);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
@ -1191,7 +1189,7 @@ gdk_color_context_get_pixels_incremental (GdkColorContext *cc,
|
||||
{
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_get_pixels_incremental: got all %i colors "
|
||||
"(%i colors allocated so far)",
|
||||
"(%i colors allocated so far)\n",
|
||||
ncolors, cc->num_allocated);
|
||||
|
||||
return;
|
||||
@ -1298,7 +1296,7 @@ gdk_color_context_get_pixels_incremental (GdkColorContext *cc,
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_get_pixels_incremental: "
|
||||
"got %i colors, %i exact and %i close "
|
||||
"(%i colors allocated so far)",
|
||||
"(%i colors allocated so far)\n",
|
||||
ncolors, exact_col, close_col, cc->num_allocated);
|
||||
|
||||
return;
|
||||
@ -1369,7 +1367,7 @@ gdk_color_context_get_pixels_incremental (GdkColorContext *cc,
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_get_pixels_incremental: "
|
||||
"got %i colors, %i exact, %i close, %i substituted, %i to black "
|
||||
"(%i colors allocated so far)",
|
||||
"(%i colors allocated so far)\n",
|
||||
ncolors, exact_col, close_col, subst_col, black_col, cc->num_allocated);
|
||||
}
|
||||
|
||||
|
@ -553,7 +553,7 @@ gdk_color_context_new (GdkVisual *visual,
|
||||
case GDK_VISUAL_STATIC_GRAY:
|
||||
case GDK_VISUAL_GRAYSCALE:
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_new: visual class is %s",
|
||||
g_print ("gdk_color_context_new: visual class is %s\n",
|
||||
(visual->type == GDK_VISUAL_STATIC_GRAY) ?
|
||||
"GDK_VISUAL_STATIC_GRAY" :
|
||||
"GDK_VISUAL_GRAYSCALE");
|
||||
@ -567,16 +567,14 @@ gdk_color_context_new (GdkVisual *visual,
|
||||
|
||||
case GDK_VISUAL_TRUE_COLOR: /* shifts */
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_new: visual class is "
|
||||
"GDK_VISUAL_TRUE_COLOR");
|
||||
g_print ("gdk_color_context_new: visual class is GDK_VISUAL_TRUE_COLOR\n");
|
||||
|
||||
init_true_color (cc);
|
||||
break;
|
||||
|
||||
case GDK_VISUAL_DIRECT_COLOR: /* shifts and fake CLUT */
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_new: visual class is "
|
||||
"GDK_VISUAL_DIRECT_COLOR");
|
||||
g_print ("gdk_color_context_new: visual class is GDK_VISUAL_DIRECT_COLOR\n");
|
||||
|
||||
init_direct_color (cc);
|
||||
break;
|
||||
@ -584,7 +582,7 @@ gdk_color_context_new (GdkVisual *visual,
|
||||
case GDK_VISUAL_STATIC_COLOR:
|
||||
case GDK_VISUAL_PSEUDO_COLOR:
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_new: visual class is %s",
|
||||
g_print ("gdk_color_context_new: visual class is %s\n",
|
||||
(visual->type == GDK_VISUAL_STATIC_COLOR) ?
|
||||
"GDK_VISUAL_STATIC_COLOR" :
|
||||
"GDK_VISUAL_PSEUDO_COLOR");
|
||||
@ -610,7 +608,7 @@ gdk_color_context_new (GdkVisual *visual,
|
||||
cc->num_allocated = 0;
|
||||
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_new: screen depth is %i, no. of colors is %i",
|
||||
g_print ("gdk_color_context_new: screen depth is %i, no. of colors is %i\n",
|
||||
cc->visual->depth, cc->num_colors);
|
||||
|
||||
/* check if we need to initialize a hash table */
|
||||
@ -815,7 +813,7 @@ gdk_color_context_get_pixel (GdkColorContext *cc,
|
||||
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_get_pixel: "
|
||||
"resizing CLUT to %i entries",
|
||||
"resizing CLUT to %i entries\n",
|
||||
cc->max_colors);
|
||||
|
||||
cc->clut = g_realloc (cc->clut,
|
||||
@ -910,7 +908,7 @@ gdk_color_context_get_pixels (GdkColorContext *cc,
|
||||
{
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_get_pixels: got all %i colors; "
|
||||
"(%i colors allocated so far", ncolors, cc->num_allocated);
|
||||
"(%i colors allocated so far)\n", ncolors, cc->num_allocated);
|
||||
|
||||
return;
|
||||
}
|
||||
@ -1035,7 +1033,7 @@ gdk_color_context_get_pixels (GdkColorContext *cc,
|
||||
{
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_get_pixels: got %i colors, %i exact and "
|
||||
"%i close (%i colors allocated so far)",
|
||||
"%i close (%i colors allocated so far)\n",
|
||||
ncolors, exact_col, close_col, cc->num_allocated);
|
||||
|
||||
return;
|
||||
@ -1106,7 +1104,7 @@ gdk_color_context_get_pixels (GdkColorContext *cc,
|
||||
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_get_pixels: got %i colors, %i exact, %i close, "
|
||||
"%i substituted, %i to black (%i colors allocated so far)",
|
||||
"%i substituted, %i to black (%i colors allocated so far)\n",
|
||||
ncolors, exact_col, close_col, subst_col, black_col, cc->num_allocated);
|
||||
}
|
||||
|
||||
@ -1180,7 +1178,7 @@ gdk_color_context_get_pixels_incremental (GdkColorContext *cc,
|
||||
else
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_get_pixels_incremental: "
|
||||
"pixel at slot %i already allocated, skipping", i);
|
||||
"pixel at slot %i already allocated, skipping\n", i);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
@ -1191,7 +1189,7 @@ gdk_color_context_get_pixels_incremental (GdkColorContext *cc,
|
||||
{
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_get_pixels_incremental: got all %i colors "
|
||||
"(%i colors allocated so far)",
|
||||
"(%i colors allocated so far)\n",
|
||||
ncolors, cc->num_allocated);
|
||||
|
||||
return;
|
||||
@ -1298,7 +1296,7 @@ gdk_color_context_get_pixels_incremental (GdkColorContext *cc,
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_get_pixels_incremental: "
|
||||
"got %i colors, %i exact and %i close "
|
||||
"(%i colors allocated so far)",
|
||||
"(%i colors allocated so far)\n",
|
||||
ncolors, exact_col, close_col, cc->num_allocated);
|
||||
|
||||
return;
|
||||
@ -1369,7 +1367,7 @@ gdk_color_context_get_pixels_incremental (GdkColorContext *cc,
|
||||
if (gdk_debug_level >= 1)
|
||||
g_print ("gdk_color_context_get_pixels_incremental: "
|
||||
"got %i colors, %i exact, %i close, %i substituted, %i to black "
|
||||
"(%i colors allocated so far)",
|
||||
"(%i colors allocated so far)\n",
|
||||
ncolors, exact_col, close_col, subst_col, black_col, cc->num_allocated);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user