Use G_STRFUNC instead __FUNCTION__
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user