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:
@@ -11,8 +11,6 @@
|
||||
#include <View.h>
|
||||
|
||||
|
||||
const int32 kAboutWindowClosed = 'abwc';
|
||||
|
||||
class AboutView;
|
||||
class BPoint;
|
||||
class BHandler;
|
||||
|
||||
Reference in New Issue
Block a user