fix the without HAVE_XCURSOR build
2005-07-12 Sven Herzberg <herzi@gnome-de.org> * gnome-mouse-properties.c: fix the without HAVE_XCURSOR build
This commit is contained in:
parent
a6bfb5ca46
commit
c08f3685cc
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-07-12 Sven Herzberg <herzi@gnome-de.org>
|
||||
|
||||
* gnome-mouse-properties.c: fix the without HAVE_XCURSOR build
|
||||
|
||||
2005-07-10 Sebastien Bacher <seb128@debian.org>
|
||||
|
||||
* gnome-mouse-properties.c: (cursor_size_from_widget),
|
||||
|
|
|
@ -238,7 +238,6 @@ drag_threshold_from_gconf (GConfPropertyEditor *peditor,
|
|||
return new_value;
|
||||
}
|
||||
|
||||
#ifdef HAVE_XCURSOR
|
||||
static GConfValue *
|
||||
cursor_size_to_widget (GConfPropertyEditor *peditor, const GConfValue *value)
|
||||
{
|
||||
|
@ -293,7 +292,6 @@ cursor_size_from_widget (GConfPropertyEditor *peditor, const GConfValue *value)
|
|||
|
||||
return new_value;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Retrieve legacy settings */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue