Changeset 6156 for branches/stable_5.0
- Timestamp:
- 24/08/09 12:40:39 (3 years ago)
- Location:
- branches/stable_5.0
- Files:
-
- 2 modified
-
MULTI_PROBE/MP_main.cxx (modified) (1 diff)
-
WINDOW/AW_status.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/MULTI_PROBE/MP_main.cxx
r5942 r6156 23 23 MP_Main::MP_Main(AW_root *awr,AWT_canvas *ntwt) 24 24 { 25 aw_initstatus();26 25 aw_root = awr; 27 26 ntw = ntwt; -
branches/stable_5.0/WINDOW/AW_status.cxx
r5942 r6156 759 759 int error; 760 760 761 aw_assert(aw_stg.pid == 0); // do not init status twice! 762 761 763 error = pipe(aw_stg.fd_to); 762 764 if (error) {
