Changeset 643 in Sophya for trunk/Poubelle/archediab.old/archediab.sources/c/auto.c
- Timestamp:
- Nov 25, 1999, 2:26:53 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archediab.old/archediab.sources/c/auto.c
r637 r643 312 312 ll=(long)(&(gg->reglage.autom[i].gain))-(long)(&(gg->reglage.autom[0])); 313 313 a=litD(fenetre_automatismes,atm_gain+i,0L)-1+20; 314 if( (a!=gg->reglage.autom[i].gain) ou ( clavier(touche_alt) et(item==atm_gain+i) ) )314 if( (a!=gg->reglage.autom[i].gain) ou ( /*clavier(touche_alt) et*/ (item==atm_gain+i) ) ) 315 315 emission_tc_reduite(tc2_auto_bolo,ll,a); 316 316 317 317 ll=(long)(&(gg->reglage.autom[i].courant))-(long)(&(gg->reglage.autom[0])); 318 318 a=litD(fenetre_automatismes,atm_courant+i,0L)-1; 319 if( (a!=gg->reglage.autom[i].courant) ou ( clavier(touche_alt) et(item==atm_courant+i) ) )319 if( (a!=gg->reglage.autom[i].courant) ou ( /*clavier(touche_alt) et*/ (item==atm_courant+i) ) ) 320 320 emission_tc_reduite(tc2_auto_bolo,ll,a); 321 321 322 322 ll=(long)(&(gg->reglage.autom[i].delai))-(long)(&(gg->reglage.autom[0])); 323 323 a=litD(fenetre_automatismes,atm_delai+i,0L); 324 if( (a!=gg->reglage.autom[i].delai) ou ( clavier(touche_alt) et(item==atm_delai+i) ) )324 if( (a!=gg->reglage.autom[i].delai) ou ( /*clavier(touche_alt) et*/ (item==atm_delai+i) ) ) 325 325 emission_tc_reduite(tc2_auto_bolo,ll,a); 326 326 }
Note:
See TracChangeset
for help on using the changeset viewer.