]> Pileus Git - ~andy/gtk/commit
Removed _gtk_window_reposition()
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 7 Sep 2010 06:45:15 +0000 (15:45 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 7 Sep 2010 06:45:15 +0000 (15:45 +0900)
commitd5278b599403a0753554f1b883091598f46d70a2
treec99e4800c47c606ff01cd6082c6d8f4efb0d4a48
parentc50db9c2083926a406ff02c266cd3b29357df614
Removed _gtk_window_reposition()

_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).
gtk/gtkwindow-decorate.c
gtk/gtkwindow.c