Update code start.

I know we are in a feature freeze moment, but I thought about update_code and concluded it is not that hard to
implement. Shoud be ready shortly. IMO, it is very good if this code would be ready for this FF. It would make
the app_server more... tight. :-)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8303 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca
2004-07-05 15:23:29 +00:00
parent ba8e3cf1e4
commit eebc640361
4 changed files with 102 additions and 19 deletions
+1
View File
@@ -86,6 +86,7 @@ WinBorder::WinBorder(const BRect &r, const char *name, const int32 look, const i
// unlike BViews, windows start off as hidden
fHidden = true;
fServerWin = win;
fClassID = AS_WINBORDER_CLASS;
fMouseButtons = 0;
fKeyModifiers = 0;