Skip to content
  • Alexander Larsson's avatar
    gdkwindow: Avoid some unnecessary typechecks · 36100051
    Alexander Larsson authored
    This removes the typechecks in GDK_WINDOW_TYPE and GDK_WINDOW_DESTROYED. These
    are only used internally in gdkwindow.c and gdkdisplay.c anyway,  and these
    functions check for typesafety of arguments on function entry.
    36100051