]> git.sur5r.net Git - i3/i3/commit
only LOG() the DPI when it changes, DLOG() it otherwise (Thanks lkraav)
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 24 Dec 2013 09:35:56 +0000 (10:35 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 24 Dec 2013 09:35:56 +0000 (10:35 +0100)
commit0883dfbe14628430caaeefdb00e282a008d30d76
treee2b9d86953c35821d856a0a19dd3b244832879e1
parent28939365cb2371f0c2374ec6546f751ff0f42350
only LOG() the DPI when it changes, DLOG() it otherwise (Thanks lkraav)

This avoids flooding stdout every time some text (e.g. a window
decoration) is drawn, yet leaves the message in place when it’s actually
relevant (upon DPI changes).

fixes #1115
i3-config-wizard/main.c
i3-input/main.c
i3-nagbar/main.c
i3bar/include/util.h
i3bar/src/main.c
include/libi3.h
include/log.h
libi3/font.c