Changeset 1321 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc


Ignore:
Timestamp:
Nov 13, 2000, 4:32:34 PM (25 years ago)
Author:
ercodmgr
Message:

Adaptateur de TArray et lecture FITS - Reza 13/11/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pistdimgapp.cc

    r1319 r1321  
    428428gimv->SetUnSensitive();
    429429PIApplication::SetBusy();
     430// Attention : Appel XSync specifique X11 -  en attendant multi-thread
     431XSync(PIXDisplay(), False); 
    430432}
    431433
     
    436438gimv->SetUnSensitive();
    437439PIApplication::SetBlocked();
     440// Attention : Appel XSync specifique X11 -  en attendant multi-thread
     441XSync(PIXDisplay(), False); 
    438442}
    439443
Note: See TracChangeset for help on using the changeset viewer.