Use a quit bool in B_ABOUT_REQUESTED to indicate that the about window has quit instead of using kAboutWindowClosed message. This prevents message signature clashes.

This commit is contained in:
John Scipione
2012-11-12 23:57:27 -05:00
parent 3fdab58446
commit 12a9a71db6
6 changed files with 38 additions and 20 deletions
-2
View File
@@ -11,8 +11,6 @@
#include <View.h>
const int32 kAboutWindowClosed = 'abwc';
class AboutView;
class BPoint;
class BHandler;