main: Check if any debug flags are set in gtk_get_debug_flags()
authorTimm Bäder <mail@baedert.org>
Sat, 25 May 2019 15:38:26 +0000 (17:38 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 9 Sep 2019 15:36:26 +0000 (17:36 +0200)
commite3f1a3d27c0939079bb4c8b9fca9d2e687871c15
tree2160afcbb422c8db8b1ad81814f545ba23108297
parentd98e05b91af1a19954f10047d35c78148ddf16d7
main: Check if any debug flags are set in gtk_get_debug_flags()

We end up checking the debug flags for the default display, but that's
unnecessary if we know that no display has any debug flags set anyway.
gtk/gtkmain.c