Changeset 2494 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Jan 6, 2004, 7:44:56 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r2492 r2494 60 60 inline void LockMutex() { thr_glsyn.lock(); } 61 61 inline void UnlockMutex(bool fgbr=false) 62 { thr_glsyn.broadcast(); thr_glsyn.unlock(); }62 { if (fgbr) thr_glsyn.broadcast(); thr_glsyn.unlock(); } 63 63 inline bool isGlSyncLocked() { return fg_glsynlock; } 64 int CheckPendingEvents(); 64 65 65 66 // Methodes d'Affichage generique … … 240 241 ZMutex thr_glsyn; 241 242 bool fg_glsynlock; // true: thr_glsyn locke pour traitement evts 243 XtAppContext * _appctx; // Pour CheckPendingEvents() $CHECK$ A supprimer si possible ... 242 244 }; 243 245
Note:
See TracChangeset
for help on using the changeset viewer.