Skip to content

gdk/gsk: Fix a couple of maybe-uninitialized warnings

Philip Withnall requested to merge pwithnall/gtk:warning-fix into main

Compiling with -Werror=maybe-uninitialized, I got these warnings. See the commit messages for details.

Signed-off-by: Philip Withnall pwithnall@gnome.org

Merge request reports