Changeset 344 for SH_SHM/trunk/source
- Timestamp:
- 03/10/2011 03:03:40 PM (13 years ago)
- Location:
- SH_SHM/trunk/source
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/source/globalparams.c
r68 r344 3 3 * ============== 4 4 * 5 * $Revision: 53 $, $Date: 2008-10-21 09:13:49 +0200 (Di, 21 Okt 2008) $5 * $Revision: 183 $, $Date: 2011-03-10 15:03:12 +0100 (Do, 10 MÀr 2011) $ 6 6 * 7 7 * Management of global parameters … … 403 403 "autosort_by_distance", 404 404 "autofilter_by_distance", 405 "show_evt_info", 405 406 "b_last_parameter" 406 407 }; -
SH_SHM/trunk/source/globalparams.h
r68 r344 3 3 * ============== 4 4 * 5 * $Revision: 53 $, $Date: 2008-10-21 09:13:49 +0200 (Di, 21 Okt 2008) $5 * $Revision: 183 $, $Date: 2011-03-10 15:03:12 +0100 (Do, 10 MÀr 2011) $ 6 6 * 7 7 * Management of global parameters … … 240 240 cGpB_autosort_by_distance, 241 241 cGpB_autofilter_by_distance, 242 cGpB_show_evt_info, 242 243 cGpB_last 243 244 } TGpBooleanIndex; -
SH_SHM/trunk/source/motif/motifgraph.c
r66 r344 3498 3498 /* executable code */ 3499 3499 3500 /* check configuration parameter */ 3501 if (!GpGetBoolean(cGpB_show_evt_info)) 3502 return; 3503 3500 3504 if (ypos < 0) { 3501 3505 Window root_ret; /* root window */
Note: See TracChangeset
for help on using the changeset viewer.