declare local function as static.

2004-08-20  Sven Neumann  <sven@gimp.org>

	* modules/controller_linux_input.c: declare local function as static.
This commit is contained in:
Sven Neumann 2004-08-20 20:58:12 +00:00 committed by Sven Neumann
parent 1c381f98c2
commit f5045bdcdb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-08-20 Sven Neumann <sven@gimp.org>
* modules/controller_linux_input.c: declare local function as static.
2004-08-19 Michael Schumacher <schumaml@cvs.gnome.org>
* plug-ins/common/guillotine.c: modified the coordinate insertion

View File

@ -395,7 +395,7 @@ linux_input_set_device (ControllerLinuxInput *controller,
return FALSE;
}
gboolean
static gboolean
linux_input_read_event (GIOChannel *io,
GIOCondition cond,
gpointer data)