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:
Alexander Larsson 2001-04-03 08:39:28 +00:00 committed by Alexander Larsson
parent bb985d7247
commit 655abd0872
8 changed files with 42 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-04-03 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkevents-fb.c:
Add empty gdk_setting_get().
Tue Apr 3 05:09:07 2001 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate

View File

@ -1,3 +1,8 @@
2001-04-03 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkevents-fb.c:
Add empty gdk_setting_get().
Tue Apr 3 05:09:07 2001 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate

View File

@ -1,3 +1,8 @@
2001-04-03 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkevents-fb.c:
Add empty gdk_setting_get().
Tue Apr 3 05:09:07 2001 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate

View File

@ -1,3 +1,8 @@
2001-04-03 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkevents-fb.c:
Add empty gdk_setting_get().
Tue Apr 3 05:09:07 2001 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate

View File

@ -1,3 +1,8 @@
2001-04-03 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkevents-fb.c:
Add empty gdk_setting_get().
Tue Apr 3 05:09:07 2001 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate

View File

@ -1,3 +1,8 @@
2001-04-03 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkevents-fb.c:
Add empty gdk_setting_get().
Tue Apr 3 05:09:07 2001 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate

View File

@ -1,3 +1,8 @@
2001-04-03 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkevents-fb.c:
Add empty gdk_setting_get().
Tue Apr 3 05:09:07 2001 Tim Janik <timj@gtk.org>
* gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate

View File

@ -208,3 +208,10 @@ void
gdk_event_send_clientmessage_toall (GdkEvent *sev)
{
}
gboolean
gdk_setting_get (const gchar *name,
GValue *value)
{
return FALSE;
}