Changeset 37038 for trunk/Ohana/src/relastro/src/UpdateObjectOffsets.c
- Timestamp:
- Jul 17, 2014, 10:14:00 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/src/UpdateObjectOffsets.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/UpdateObjectOffsets.c
r36833 r37038 153 153 // XXX note that the above pass in the flag as decimal -- also note that args.c cannot handle 0xHEX values 154 154 155 if (DCR_COLOR_POS && DCR_COLOR_NEG) { 156 strextend (command, "-dcr-color %s %s", DCR_COLOR_POS, DCR_COLOR_NEG); 155 if (DCR_BLUE_COLOR_POS && DCR_BLUE_COLOR_NEG) { 156 strextend (command, "-dcr-blue-color %s %s", DCR_BLUE_COLOR_POS, DCR_BLUE_COLOR_NEG); 157 } 158 if (DCR_RED_COLOR_POS && DCR_RED_COLOR_NEG) { 159 strextend (command, "-dcr-red-color %s %s", DCR_RED_COLOR_POS, DCR_RED_COLOR_NEG); 157 160 } 158 161
Note:
See TracChangeset
for help on using the changeset viewer.
