repo.or.cz
/
GitX.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'pu/pb/index_quick_fix' into stable
[GitX.git]
/
PBGitGraphLine.h
blob
fde9310720d6665bd9f600c389899f76b6ceec71
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
//
8
9
struct
PBGitGraphLine
10
{
11
int
upper
:
1
;
12
int
from
:
8
;
13
int
to
:
8
;
14
int
colorIndex
:
8
;
15
};