Don't define meta_spew_event unless verbose mode is on. Closes #571126.
svn path=/trunk/; revision=4132
This commit is contained in:
parent
bacccafe3c
commit
a7bbde1699
@ -151,8 +151,10 @@ static guint display_signals [LAST_SIGNAL] = { 0 };
|
|||||||
*/
|
*/
|
||||||
static MetaDisplay *the_display = NULL;
|
static MetaDisplay *the_display = NULL;
|
||||||
|
|
||||||
|
#ifdef WITH_VERBOSE_MODE
|
||||||
static void meta_spew_event (MetaDisplay *display,
|
static void meta_spew_event (MetaDisplay *display,
|
||||||
XEvent *event);
|
XEvent *event);
|
||||||
|
#endif
|
||||||
|
|
||||||
static gboolean event_callback (XEvent *event,
|
static gboolean event_callback (XEvent *event,
|
||||||
gpointer data);
|
gpointer data);
|
||||||
|
@ -1921,8 +1921,10 @@ idle_calc_showing (gpointer data)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef WITH_VERBOSE_MODE
|
||||||
static const gchar* meta_window_queue_names[NUMBER_OF_QUEUES] =
|
static const gchar* meta_window_queue_names[NUMBER_OF_QUEUES] =
|
||||||
{"calc_showing", "move_resize", "update_icon"};
|
{"calc_showing", "move_resize", "update_icon"};
|
||||||
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
meta_window_unqueue (MetaWindow *window, guint queuebits)
|
meta_window_unqueue (MetaWindow *window, guint queuebits)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user