mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
changed __FUNCTION__ to G_GNUC_FUNCTION as __FUNCTION__ is not portable.
2002-11-04 Erwann Chenede - <erwann.chenede@sun.com> * src/xprops.c (meta_prop_get_values): changed __FUNCTION__ to G_GNUC_FUNCTION as __FUNCTION__ is not portable.
This commit is contained in:

committed by
Erwann Chenede

parent
e0a4c2a1df
commit
373f6de13e
@ -875,7 +875,7 @@ meta_prop_get_values (MetaDisplay *display,
|
||||
switch (values[i].type)
|
||||
{
|
||||
case META_PROP_VALUE_INVALID:
|
||||
meta_bug ("META_PROP_VALUE_INVALID requested in %s\n", __FUNCTION__);
|
||||
meta_bug ("META_PROP_VALUE_INVALID requested in %s\n", G_GNUC_FUNCTION);
|
||||
break;
|
||||
case META_PROP_VALUE_UTF8_LIST:
|
||||
case META_PROP_VALUE_UTF8:
|
||||
@ -920,7 +920,7 @@ meta_prop_get_values (MetaDisplay *display,
|
||||
|
||||
/* Get replies for all our tasks */
|
||||
meta_topic (META_DEBUG_SYNC, "Syncing to get %d GetProperty replies in %s\n",
|
||||
n_values, __FUNCTION__);
|
||||
n_values, G_GNUC_FUNCTION);
|
||||
XSync (display->xdisplay, False);
|
||||
|
||||
/* Collect results, should arrive in order requested */
|
||||
|
Reference in New Issue
Block a user