OSDN Git Service

input: Get rid of gint
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 1 May 2013 05:28:05 +0000 (02:28 -0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 1 May 2013 06:08:57 +0000 (09:08 +0300)
commitf81021d0866a7e60b9ae7b6142966c9c61088583
treec585d846cede3e451efa23de98c90f2b4868e337
parentf73959c6fa2714998ad215dc961c930cd96c5928
input: Get rid of gint

Use plain int instead of gint. In glib gint is always a typedef to int,
so it's safe to use it even for callbacks with glib.
profiles/input/hog.c
profiles/input/server.c