X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2762ff06a5e84c82242d0883d24d21042e5a97e..8e38fd1fb0d8c4508383f3d9ce2f3ae0c6d39cfd:/include/wx/gtk1/window.h diff --git a/include/wx/gtk1/window.h b/include/wx/gtk1/window.h index 0e9f17f19e..ce6b0332d4 100644 --- a/include/wx/gtk1/window.h +++ b/include/wx/gtk1/window.h @@ -159,7 +159,7 @@ public: // the layouting functions have to be called later on // (i.e. in idle time, implemented in OnInternalIdle() ). void GtkUpdateSize() { m_sizeSet = FALSE; } - + // position and size of the window int m_x, m_y; int m_width, m_height;