mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
just return if we are not verbose.
Sun Mar 23 23:04:06 2003 Soeren Sandmann <sandmann@daimi.au.dk> * src/display.c (meta_spew_event): just return if we are not verbose.
This commit is contained in:
parent
d34e54785d
commit
3c8b051e31
@ -1,3 +1,8 @@
|
|||||||
|
Sun Mar 23 23:04:06 2003 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* src/display.c (meta_spew_event): just return if we are not
|
||||||
|
verbose.
|
||||||
|
|
||||||
2003-03-11 Havoc Pennington <hp@pobox.com>
|
2003-03-11 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
Should fix #108108, #106217, tracked down by Owen Taylor and
|
Should fix #108108, #106217, tracked down by Owen Taylor and
|
||||||
|
@ -2226,6 +2226,9 @@ meta_spew_event (MetaDisplay *display,
|
|||||||
char *winname;
|
char *winname;
|
||||||
MetaScreen *screen;
|
MetaScreen *screen;
|
||||||
|
|
||||||
|
if (!meta_is_verbose())
|
||||||
|
return;
|
||||||
|
|
||||||
/* filter overnumerous events */
|
/* filter overnumerous events */
|
||||||
if (event->type == Expose || event->type == MotionNotify ||
|
if (event->type == Expose || event->type == MotionNotify ||
|
||||||
event->type == NoExpose)
|
event->type == NoExpose)
|
||||||
|
Loading…
Reference in New Issue
Block a user