Don't define meta_spew_event unless verbose mode is on. Closes #571126.
svn path=/trunk/; revision=4132
This commit is contained in:

committed by
Owen W. Taylor

parent
bacccafe3c
commit
a7bbde1699
@@ -1921,8 +1921,10 @@ idle_calc_showing (gpointer data)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#ifdef WITH_VERBOSE_MODE
|
||||
static const gchar* meta_window_queue_names[NUMBER_OF_QUEUES] =
|
||||
{"calc_showing", "move_resize", "update_icon"};
|
||||
#endif
|
||||
|
||||
static void
|
||||
meta_window_unqueue (MetaWindow *window, guint queuebits)
|
||||
|
Reference in New Issue
Block a user