Changeset 2490 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h
- Timestamp:
- Jan 2, 2004, 12:31:36 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.h
r2486 r2490 58 58 virtual void Run(); 59 59 inline ZMutex & getMutex() { return thr_glsyn; } 60 inline bool isGlSyncLocked() { return fg_glsynlock; } 60 61 61 62 // Methodes d'Affichage generique … … 234 235 // Attributs pour controle de thread 235 236 ZMutex thr_glsyn; 237 bool fg_glsynlock; // true: thr_glsyn locke pour traitement evts 236 238 }; 237 239
Note:
See TracChangeset
for help on using the changeset viewer.