Add dummy gdk_fontset_load

This commit is contained in:
Alexander Larsson 2000-12-08 16:01:46 +00:00
parent 3e3cc0224b
commit b09aade537
8 changed files with 41 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-12-08 Alexander Larsson <alla@lysator.liu.se>
* gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
Added dummy gdk_fontset_load.
2000-12-08 Alexander Larsson <alexl@redhat.com>
* docs/README.linux-fb:

View File

@ -1,3 +1,8 @@
2000-12-08 Alexander Larsson <alla@lysator.liu.se>
* gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
Added dummy gdk_fontset_load.
2000-12-08 Alexander Larsson <alexl@redhat.com>
* docs/README.linux-fb:

View File

@ -1,3 +1,8 @@
2000-12-08 Alexander Larsson <alla@lysator.liu.se>
* gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
Added dummy gdk_fontset_load.
2000-12-08 Alexander Larsson <alexl@redhat.com>
* docs/README.linux-fb:

View File

@ -1,3 +1,8 @@
2000-12-08 Alexander Larsson <alla@lysator.liu.se>
* gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
Added dummy gdk_fontset_load.
2000-12-08 Alexander Larsson <alexl@redhat.com>
* docs/README.linux-fb:

View File

@ -1,3 +1,8 @@
2000-12-08 Alexander Larsson <alla@lysator.liu.se>
* gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
Added dummy gdk_fontset_load.
2000-12-08 Alexander Larsson <alexl@redhat.com>
* docs/README.linux-fb:

View File

@ -1,3 +1,8 @@
2000-12-08 Alexander Larsson <alla@lysator.liu.se>
* gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
Added dummy gdk_fontset_load.
2000-12-08 Alexander Larsson <alexl@redhat.com>
* docs/README.linux-fb:

View File

@ -1,3 +1,8 @@
2000-12-08 Alexander Larsson <alla@lysator.liu.se>
* gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
Added dummy gdk_fontset_load.
2000-12-08 Alexander Larsson <alexl@redhat.com>
* docs/README.linux-fb:

View File

@ -168,6 +168,12 @@ gdk_fontset_load (const gchar *fontset_name)
}
#endif
GdkFont*
gdk_fontset_load (const gchar *fontset_name)
{
return NULL;
}
GdkFont *
gdk_font_load (const gchar *font_name)
{