mirror of https://github.com/GNOME/gimp.git
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:
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>
|
||||
|
||||
* plug-ins/common/guillotine.c: modified the coordinate insertion
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue