Changeset 19906

Show
Ignore:
Timestamp:
04/05/07 17:32:38 (1 year ago)
Author:
patrick
Message:

Throw the switch to make Cocoa the default on Mac OS X.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/gadgeteer/ChangeLog

    r19855 r19906  
    11DATE        AUTHOR      CHANGE 
    22----------- ----------- ------------------------------------------------------- 
     3Apr-05-2007 patrick     Made Cocoa the default windowing system on Mac OS X. 
    34Mar-03-2007 patrick     Added support for Cocoa input windows on Mac OS X. 
    45                        NEW VERSION: 1.1.25 
  • juggler/trunk/modules/gadgeteer/configure.ac

    r19854 r19906  
    5555 
    5656AC_ARG_ENABLE([xwindows], 
    57               [  --enable-xwindows       Use X11 for windowing code ], 
    58               [XWIN_UI="$enableval"], [XWIN_UI='yes']) 
     57              [  --enable-xwindows       Use X11 for windowing code on 
     58                          Mac OS X instead of Cocoa       default=no], 
     59              [XWIN_UI="$enableval"], [XWIN_UI='no']) 
    5960 
    6061DPP_STD_CPP(yes)