summaryrefslogtreecommitdiffstats
path: root/ScreenManager.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-05-30 13:45:40 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-05-30 13:45:40 +0000
commita853faaa2d2d0321da0ff6f51be656fc40cf8663 (patch)
tree273941f460f337bfa37f2ba13ae9184e34582c00 /ScreenManager.h
parent7b2265b242667691e89a11360734ef8500a5ee8a (diff)
Rename TypedVector to Vector, matching dit.
Diffstat (limited to 'ScreenManager.h')
-rw-r--r--ScreenManager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ScreenManager.h b/ScreenManager.h
index b89d8023..9038b92b 100644
--- a/ScreenManager.h
+++ b/ScreenManager.h
@@ -11,7 +11,7 @@ in the source distribution for its full text.
#include "ListBox.h"
#include "Object.h"
-#include "TypedVector.h"
+#include "Vector.h"
#include "FunctionBar.h"
#include "debug.h"
@@ -31,10 +31,10 @@ typedef struct ScreenManager_ {
int x2;
int y2;
Orientation orientation;
- TypedVector* items;
+ Vector* items;
int itemCount;
FunctionBar* fuBar;
- TypedVector* fuBars;
+ Vector* fuBars;
bool owner;
} ScreenManager;

© 2014-2024 Faster IT GmbH | imprint | privacy policy