(svn r20459) -Codechange: Remove the Scrollbar members of Window and make NWidgetScrollbar inherit from Scrollbar instead.

This commit is contained in:
frosch
2010-08-12 09:13:04 +00:00
parent 55bd5de43d
commit 6e9c9c28d9
4 changed files with 9 additions and 35 deletions

View File

@@ -256,9 +256,6 @@ public:
int width; ///< width of the window (number of pixels to the right in x direction)
int height; ///< Height of the window (number of pixels down in y direction)
Scrollbar old_hscroll; ///< Horizontal scroll bar
Scrollbar old_vscroll; ///< First vertical scroll bar
Scrollbar old_vscroll2; ///< Second vertical scroll bar
ResizeInfo resize; ///< Resize information
Owner owner; ///< The owner of the content shown in this window. Company colour is acquired from this variable.