From d6b036858b1c090f1179a25c451f225bd2a01514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 19 Jun 2008 14:17:56 +0000 Subject: [PATCH] Move the now used boolean to the old place in order to avoid different padding to happen and therefor changing the object size. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26021 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/Window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/interface/Window.h b/headers/os/interface/Window.h index 57462e5274..06fd2714a3 100644 --- a/headers/os/interface/Window.h +++ b/headers/os/interface/Window.h @@ -332,7 +332,6 @@ private: char* fTitle; int32 _unused0; bool fInTransaction; - bool fUpdateRequested; bool fActive; short fShowLevel; uint32 fFlags; @@ -345,6 +344,7 @@ private: BButton* fDefaultButton; BList fShortcuts; int32 fTopViewToken; + bool fUpdateRequested; bool _unused3; bool fIsFilePanel; bool _unused4;