Mercurial > hg > svgui
comparison layer/ColourMapper.cpp @ 810:b68af2be4545 tonioni
Merge from branch warnfix_no_size_t
author | Chris Cannam |
---|---|
date | Wed, 18 Jun 2014 13:42:25 +0100 |
parents | 1d526ba11a24 |
children | a1226b3b7925 |
comparison
equal
deleted
inserted
replaced
802:584b11df8e4f | 810:b68af2be4545 |
---|---|
276 case BlackOnWhite: | 276 case BlackOnWhite: |
277 case Printer: | 277 case Printer: |
278 case HighGain: | 278 case HighGain: |
279 return true; | 279 return true; |
280 | 280 |
281 case DefaultColours: | |
282 case Sunset: | |
283 case WhiteOnBlack: | |
284 case RedOnBlue: | |
285 case YellowOnBlack: | |
286 case BlueOnBlack: | |
287 case FruitSalad: | |
288 case Banded: | |
289 case Highlight: | |
290 | |
281 default: | 291 default: |
282 return false; | 292 return false; |
283 } | 293 } |
284 } | 294 } |
285 | 295 |