~aacebedo/i3ipc-glib/master

Viewing all changes in revision 140.

  • Committer: Tony Crisci
  • Date: 2016-04-19 20:41:53 UTC
  • Revision ID: git-v1:a7a29cf08221a180d747926b1715de1597cff768
Change Con id to ulong (breaking)

Con ids should be of type gulong to avoid possible truncation of the id.

IPC ids were serialized as long ints and now unsigned longs because
they are pointers as integers. This changes fixes a bug in the library
which represented them as int types.

See [i3#2283](https://github.com/i3/i3/issues/2283) and #8 for
discussion.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: