Ignore:
Timestamp:
03/10/2011 03:03:40 PM (13 years ago)
Author:
marcus
Message:

r183 | walther | 2011-03-10 15:03:12 +0100 (Do, 10 Mär 2011) | 1 line

Added configuration parameter show_evt_info

File:
1 edited

Legend:

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

    r66 r344  
    34983498        /* executable code */ 
    34993499 
     3500        /* check configuration parameter */ 
     3501        if  (!GpGetBoolean(cGpB_show_evt_info)) 
     3502            return; 
     3503 
    35003504        if  (ypos < 0)  { 
    35013505                Window   root_ret;   /* root window */ 
Note: See TracChangeset for help on using the changeset viewer.