Skip to content
  • Matthias Clasen's avatar
    x11: Don't use g_print for debug output · 2ad19c70
    Matthias Clasen authored
    The g_print documentation explicitly says not to do this, since
    g_print is meant to be redirected by applications. Instead use
    g_message for logging that can be triggered via GTK_DEBUG.
    2ad19c70