Changeset 1321 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc
- Timestamp:
- Nov 13, 2000, 4:32:34 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r1319 r1321 428 428 gimv->SetUnSensitive(); 429 429 PIApplication::SetBusy(); 430 // Attention : Appel XSync specifique X11 - en attendant multi-thread 431 XSync(PIXDisplay(), False); 430 432 } 431 433 … … 436 438 gimv->SetUnSensitive(); 437 439 PIApplication::SetBlocked(); 440 // Attention : Appel XSync specifique X11 - en attendant multi-thread 441 XSync(PIXDisplay(), False); 438 442 } 439 443
Note:
See TracChangeset
for help on using the changeset viewer.