Ignore:
Timestamp:
11/23/03 21:18:30 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MStatusDisplay.h

    r2550 r2563  
    5656    enum
    5757    {
    58         kExitLoopOnExit  = BIT(14),
    59         kExitLoopOnClose = BIT(15)
     58        // TGMainFrame::kDontCallClose = BIT(14)
     59        kExitLoopOnExit  = BIT(15),
     60        kExitLoopOnClose = BIT(16)
    6061     };
    6162
    6263protected:
     64    MLog             *fLog;
    6365    MGList           *fList;
    6466    TGCompositeFrame *fUserFrame;
     
    8082    TString fPrinter;
    8183
    82     MLog *fLog;
    8384    Int_t fLogIdx;
    8485    TTimer fLogTimer;
     
    179180     void UnLock() { if (fIsLocked>0) fIsLocked--; }
    180181
     182     void Reset();
     183
    181184     Bool_t CheckTabForCanvas(int num) const;
    182185
Note: See TracChangeset for help on using the changeset viewer.