Avoid calling gtk_window_get_position() from "configure-event" handler, if possible.
authorPaul Cornett <paulcor@bullseye.com>
Sat, 17 Aug 2013 16:25:13 +0000 (16:25 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sat, 17 Aug 2013 16:25:13 +0000 (16:25 +0000)
commitc37b0f0907b07878551a00165b0ad323bd2ccdaf
treec32c5437aadb468d60d693bc3628f212042e855b
parentfa0681e744ae94b515fe76704f6584053b1fc218
Avoid calling gtk_window_get_position() from "configure-event" handler, if possible.
This avoids a round trip to the X server, which is expensive over a remote connection.
Closes #15116

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/toplevel.h
src/gtk/toplevel.cpp