(svn r17375) -Codechange: remove last direct usage of scrollbar variables

This commit is contained in:
rubidium
2009-09-02 08:58:20 +00:00
parent fc193fd902
commit 62c7948a4f
5 changed files with 20 additions and 30 deletions

View File

@@ -185,7 +185,7 @@ enum WindowDefaultPosition {
* Scrollbar data structure
*/
class Scrollbar {
public: // To become private
private:
uint16 count; ///< Number of elements in the list
uint16 cap; ///< Number of visible elements of the scroll bar
uint16 pos; ///< Index of first visible item of the list