Changeset 195 for SH_SHM/trunk/source/motif/shm.c
- Timestamp:
- 03/08/2010 10:39:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/source/motif/shm.c
r119 r195 3 3 * ===== 4 4 * 5 * $Revision: 82 $, $Date: 2009-04-30 09:16:57 +0200 (Do, 30 Apr 2009) $5 * $Revision: 113 $, $Date: 2010-03-05 19:28:01 +0100 (Fr, 05 MÀr 2010) $ 6 6 * 7 7 * main module of shm … … 598 598 static TSyBoolean xmv_keeptrc_auto=FALSE; /* 'Keep Traces' Button autom. */ 599 599 static char xmv_openwdw[cBcShortStrLth+1]; /* which windows to open */ 600 static int xmv_last_window_no=MGC_WDW_MAIN; /* last active window */ 600 601 /*static char xmv_filter_name[cBcShortStrLth+1][MAXFILNAME];*/ /* filter names */ 601 602 /* theoretical phases (must be same sequence as in dialog box) */ … … 3953 3954 case k_entry_key_arrow_left: 3954 3955 case k_entry_key_arrow_right: 3956 if (xmv_last_window_no == MGC_WDW_MAIN) 3957 mg_draw_cursor( xmv_w[k_widget_draw], MGC_WDW_MAIN, &xmv_dspctrl, 3958 MGC_CRSR_CLEAR, 0, 0, NULL); 3959 else 3960 mg_draw_cursor( xmv_w[k_widget_single_draw], MGC_WDW_SINGLE, 3961 &xmv_dspctrl, MGC_CRSR_CLEAR, 0, 0, NULL); 3955 3962 xm_move_drag_window( *tag ); 3956 3963 break; … … 4162 4169 4163 4170 wdwno = (w == xmv_w[k_widget_draw]) ? MGC_WDW_MAIN : MGC_WDW_SINGLE; 4171 xmv_last_window_no = wdwno; 4164 4172 if (wdwno != lastwdw) { 4165 4173 if (curr_crsr != MGC_CRSR_NOCURSOR)
Note: See TracChangeset
for help on using the changeset viewer.