summaryrefslogtreecommitdiff
path: root/beos/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'beos/window.cpp')
-rw-r--r--beos/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/window.cpp b/beos/window.cpp
index 0040a1d0c..5009c260b 100644
--- a/beos/window.cpp
+++ b/beos/window.cpp
@@ -80,7 +80,7 @@ struct gui_window {
// those are the last queued event of their kind,
// we can safely drop others and avoid wasting cpu.
// number of pending resizes
- vint32 pending_resizes;
+ int32 pending_resizes;
// accumulated rects of pending redraws
//volatile BMessage *lastRedraw;
// UNUSED YET