summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkfont-win32.c
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>1999-11-21 22:56:37 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-11-21 22:56:37 +0000
commit143002cac59eef5e9c72d6994b94cfbf9eca82a6 (patch)
treeea228c198c95629f89dac8e85fda8085393087d3 /gdk/win32/gdkfont-win32.c
parent06526532927cd605cae4d51bf1acbd0ff7d35df9 (diff)
downloadgdk-pixbuf-143002cac59eef5e9c72d6994b94cfbf9eca82a6.tar.gz
Remove, as this is a file generated by configure (or copied from
1999-11-21 Tor Lillqvist <tml@iki.fi> * gdk/gdkconfig.h: Remove, as this is a file generated by configure (or copied from gdkconfig.h.win32 on Win32, sigh). * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL. * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
Diffstat (limited to 'gdk/win32/gdkfont-win32.c')
-rw-r--r--gdk/win32/gdkfont-win32.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdk/win32/gdkfont-win32.c b/gdk/win32/gdkfont-win32.c
index bc9cf7bac..994ac9d8f 100644
--- a/gdk/win32/gdkfont-win32.c
+++ b/gdk/win32/gdkfont-win32.c
@@ -252,7 +252,7 @@ logfont_to_xlfd (const LOGFONT *lfp,
}
gchar *
-gdk_font_xlfd_create (GdkFont *font)
+gdk_font_full_name_get (GdkFont *font)
{
GdkFontPrivateWin32 *private;
GdkWin32SingleFont *singlefont;
@@ -274,7 +274,7 @@ gdk_font_xlfd_create (GdkFont *font)
if (GetObject (singlefont->xfont, sizeof (LOGFONT), &logfont) == 0)
{
- g_warning ("gdk_win32_font_xlfd: GetObject failed");
+ g_warning ("gdk_font_full_name_get: GetObject failed");
return NULL;
}
@@ -291,9 +291,9 @@ gdk_font_xlfd_create (GdkFont *font)
}
void
-gdk_font_xlfd_free (gchar *xlfd)
+gdk_font_full_name_free (gchar *name)
{
- g_free (xlfd);
+ g_free (name);
}
static gboolean