Reading order handling updated with new feature.
authorTomasz Olszak <t.olszak@samsung.com>
Mon, 6 Jul 2015 14:27:46 +0000 (16:27 +0200)
committerTomasz Olszak <t.olszak@samsung.com>
Mon, 6 Jul 2015 14:27:46 +0000 (16:27 +0200)
commitba6ec8b59e15010def9cc4f2fb246e234e879c10
tree0578a716ba544601166ea283c85b1851d9f69cab
parent119d2def8a7e6cd072e2491e491c7f1e8d3eb606
Reading order handling updated with new feature.

If item has reading order >= INT_MAX/2 then it will be placed in reading
chain AFTER items with default (0) reading order.
Items with reading order > 0 and < INT_MAX/2 will behave the same so they
will still have higher priority than 0 (will be read before default ones).

Change-Id: I67e2e36f22574885a0b8bf3cde9e4ce53076652e
Signed-off-by: Tomasz Olszak <t.olszak@samsung.com>
src/position_sort.c