Changeset 30723 for lang/cplusplus
- Timestamp:
- 03/03/09 14:59:27 (4 years ago)
- Location:
- lang/cplusplus/i3/trunk
- Files:
-
- 2 modified
-
configure.ac (modified) (1 diff)
-
src/Mediator.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/i3/trunk/configure.ac
r30668 r30723 51 51 with_os=unix 52 52 with_gui_default=cocoa 53 AC_DEFINE([I3_MULTITHREAD_OPENSTEP], [], [thread safe Cocoa/GNUstep])54 53 ;; 55 54 *) -
lang/cplusplus/i3/trunk/src/Mediator.cpp
r30670 r30723 17 17 exit_status Mediator::start() 18 18 { 19 #if !defined(MOL_GUI_GNUSTEP) || defined( I3_MULTITHREAD_OPENSTEP)19 #if !defined(MOL_GUI_GNUSTEP) || defined(__APPLE__) 20 20 // threaded 21 21 inputWindow.createUI();
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)