diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-08-12 19:51:05 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-08-12 19:51:05 +0000 |
commit | e0833cd52ae264a760fcae04978a245ebdb6ef3a (patch) | |
tree | f950888c29be16298628f5b2df3e8ce6c8c1b935 /gdk-pixbuf | |
parent | 247fd85f7c03cc746df6b70e44b6ee95f077dfd1 (diff) | |
download | gtk+-e0833cd52ae264a760fcae04978a245ebdb6ef3a.tar.gz |
gdk/gdk.def Add missing entries.
2000-08-12 Tor Lillqvist <tml@iki.fi>
* gdk/gdk.def
* gtk/gtk.def: Add missing entries.
* gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
OUT_TT_ONLY_PRECIS, try to get a TrueType font.
* gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
function. Dummy implementation at this point.
* gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
rules. Undefine GTK_COMPILATION when compiling the test programs.
* gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
* gdk_pixbuf.def: Add missing entry point.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 4 | ||||
-rw-r--r-- | gdk-pixbuf/gdk_pixbuf.def | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 369a67c759..c9b49204fc 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2000-08-12 Tor Lillqvist <tml@iki.fi> + + * gdk_pixbuf.def: Add missing entry point. + 2000-08-10 Havoc Pennington <hp@redhat.com> * Makefile.am (EXTRA_DIST): The *.def files had the wrong names diff --git a/gdk-pixbuf/gdk_pixbuf.def b/gdk-pixbuf/gdk_pixbuf.def index 546e3bc9f2..620b74e7d7 100644 --- a/gdk-pixbuf/gdk_pixbuf.def +++ b/gdk-pixbuf/gdk_pixbuf.def @@ -24,6 +24,7 @@ EXPORTS gdk_pixbuf_get_height gdk_pixbuf_get_module gdk_pixbuf_get_n_channels + gdk_pixbuf_get_named_module gdk_pixbuf_get_pixels gdk_pixbuf_get_rowstride gdk_pixbuf_get_type |