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:
parent
4d5fb001b1
commit
9d3fa071bf
@ -105,4 +105,4 @@ int main(int argc, char *argv[]) {
|
||||
App app;
|
||||
be_app->Run();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
@ -26,4 +26,4 @@ public:
|
||||
};
|
||||
|
||||
#define my_app ((App*)be_app)
|
||||
#endif
|
||||
#endif
|
||||
|
@ -88,4 +88,4 @@ void BBView::MouseUp(BPoint point) {
|
||||
void BBView::SetClose(bool close) {
|
||||
if (close) fPath.Close();
|
||||
else fPath.Open();
|
||||
}
|
||||
}
|
||||
|
@ -8,4 +8,4 @@
|
||||
#define CLOSE_MSG 'clos'
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user