Use G_STRFUNC instead __FUNCTION__

This commit is contained in:
Javier Jardón
2009-10-21 22:47:05 +02:00
parent c368c6e425
commit 42aebf51a2

View File

@@ -5753,7 +5753,7 @@ clamp_window_to_rectangle (gint *x,
const GdkRectangle *rect)
{
#ifdef DEBUGGING_OUTPUT
g_print ("%s: %+d%+d %dx%d: %+d%+d: %dx%d", __FUNCTION__, rect->x, rect->y, rect->width, rect->height, *x, *y, w, h);
g_print ("%s: %+d%+d %dx%d: %+d%+d: %dx%d", G_STRFUNC, rect->x, rect->y, rect->width, rect->height, *x, *y, w, h);
#endif
/* If it is too large, center it. If it fits on the monitor but is