Add empty gdk_setting_get().
2001-04-03 Alexander Larsson <alexl@redhat.com> * gdk/linux-fb/gdkevents-fb.c: Add empty gdk_setting_get().
This commit is contained in:
committed by
Alexander Larsson
parent
bb985d7247
commit
655abd0872
@ -208,3 +208,10 @@ void
|
||||
gdk_event_send_clientmessage_toall (GdkEvent *sev)
|
||||
{
|
||||
}
|
||||
|
||||
gboolean
|
||||
gdk_setting_get (const gchar *name,
|
||||
GValue *value)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user