Open jdoesche opened 2 months ago
129 static int iconified = False; iconified is declared as an int, but is only ever used as a Bool. This should, as such, be replaced with a Bool declaration.
129 static int iconified = False;
129 static int iconified = False;
iconified is declared as an int, but is only ever used as a Bool. This should, as such, be replaced with a Bool declaration.