fixed newline at end of file.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1237 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -105,4 +105,4 @@ int main(int argc, char *argv[]) {
|
|||||||
App app;
|
App app;
|
||||||
be_app->Run();
|
be_app->Run();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#define my_app ((App*)be_app)
|
#define my_app ((App*)be_app)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -88,4 +88,4 @@ void BBView::MouseUp(BPoint point) {
|
|||||||
void BBView::SetClose(bool close) {
|
void BBView::SetClose(bool close) {
|
||||||
if (close) fPath.Close();
|
if (close) fPath.Close();
|
||||||
else fPath.Open();
|
else fPath.Open();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,4 +8,4 @@
|
|||||||
#define CLOSE_MSG 'clos'
|
#define CLOSE_MSG 'clos'
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user