test/index: add more tests
[GitX.git] / PBGitGraphLine.h
blobfde9310720d6665bd9f600c389899f76b6ceec71
1 //
2 // PBLine.h
3 // GitX
4 //
5 // Created by Pieter de Bie on 27-08-08.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
7 //
9 struct PBGitGraphLine
11 int upper : 1;
12 int from : 8;
13 int to : 8;
14 int colorIndex : 8;