Move stuff out of arch using a registration system modeled after Screen.

This commit is contained in:
Steve Checkoway
2006-11-18 19:34:28 +00:00
parent 2202eb8547
commit 6365e3607f
21 changed files with 243 additions and 199 deletions
@@ -6,6 +6,8 @@
#include "InputFilter.h"
#include <Carbon/Carbon.h>
REGISTER_DIALOG_DRIVER_CLASS( Cocoa );
static CFOptionFlags ShowAlert( CFOptionFlags flags, const RString& sMessage, CFStringRef OK,
CFStringRef alt = NULL, CFStringRef other = NULL)
{