Changeset 50


Ignore:
Timestamp:
10/30/2008 10:59:51 PM (14 years ago)
Author:
marcus
Message:

r35 | svn | 2008-07-04 11:21:14 +0200 (Fr, 04 Jul 2008) | 1 line

added XFlush and try to avoid hanging SHM when trace display is empty; menue ntries are activated, but dialog box with error does not appear

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/source/motif/cbutil.c

    r44 r50  
    33 *      ======== 
    44 * 
    5  * $Revision: 29 $, $Date: 2008-02-23 23:02:22 +0100 (Sa, 23 Feb 2008) $ 
     5 * $Revision: 35 $, $Date: 2008-07-04 11:21:14 +0200 (Fr, 04 Jul 2008) $ 
    66 * 
    77 * utility routines for callbacks 
     
    16321632 
    16331633        XtManageChild( w ); 
     1634        XFlush( XtDisplay(w) ); 
    16341635 
    16351636        if  (GpGetInt(cGpI_debug_level) > 3) 
Note: See TracChangeset for help on using the changeset viewer.