~bjoern-michaelsen/+junk/gitg-128-lanes-are-not-enough-for-everybody

« back to all changes in this revision

Viewing changes to libgitg/gitg-lanes.h

  • Committer: Bjoern Michaelsen
  • Date: 2013-03-27 23:38:59 UTC
  • Revision ID: bjoern.michaelsen@canonical.com-20130327233859-y9n8zfuvxikbm0xl
fix needless 8-bit integer overflow (LP: #1056378)

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 
56
56
GitgLanes *gitg_lanes_new(void);
57
57
void gitg_lanes_reset(GitgLanes *lanes);
58
 
GSList *gitg_lanes_next(GitgLanes *lanes, GitgRevision *next, gint8 *mylane);
 
58
GSList *gitg_lanes_next(GitgLanes *lanes, GitgRevision *next, gint32 *mylane);
59
59
 
60
60
G_END_DECLS
61
61