MShrimp4

Results 1 comments of MShrimp4

> `113 | g_print (c2->name);` Change it to `g_print ("%s", c2->name);` > ` 626 | bool x = GDK_IS_WAYLAND_DISPLAY (display->gdisplay);` Since we're using glib, `gboolean` would be better