Skip to content
  • Tristan Van Berkom's avatar
    Removed _gtk_window_reposition() · d5278b59
    Tristan Van Berkom authored
    _gtk_window_reposition() was only some extra confusing code, internally
    it only calls the public API gtk_window_move()... replaced calls to
    _gtk_window_reposition() with direct calls to gtk_window_move() and
    removed the redundant internal API (probably there only for some historical
    reason).
    d5278b59