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:

committed by
Sven Neumann

parent
1c381f98c2
commit
f5045bdcdb
@ -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>
|
2004-08-19 Michael Schumacher <schumaml@cvs.gnome.org>
|
||||||
|
|
||||||
* plug-ins/common/guillotine.c: modified the coordinate insertion
|
* plug-ins/common/guillotine.c: modified the coordinate insertion
|
||||||
|
@ -395,7 +395,7 @@ linux_input_set_device (ControllerLinuxInput *controller,
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
gboolean
|
static gboolean
|
||||||
linux_input_read_event (GIOChannel *io,
|
linux_input_read_event (GIOChannel *io,
|
||||||
GIOCondition cond,
|
GIOCondition cond,
|
||||||
gpointer data)
|
gpointer data)
|
||||||
|
Reference in New Issue
Block a user