diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-09-19 23:27:10 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-09-19 23:27:10 +0000 |
commit | d8a49627083b777ad66c5923ed3d634260b5dfcf (patch) | |
tree | d97eaa57ce65508a8ed799f7de0d5451ade643e2 /gdk/win32/gdkinput-win32.h | |
parent | 944334da7f0d71f4879362d80be91b4a58c1f416 (diff) | |
download | gdk-pixbuf-d8a49627083b777ad66c5923ed3d634260b5dfcf.tar.gz |
Delete leftover declarations of the obsolete Win32-only functions
2002-09-20 Tor Lillqvist <tml@iki.fi>
* gdk/gdkfont.h: Delete leftover declarations of the obsolete
Win32-only functions gdk_font_full_name_get() and
gdk_font_full_name_free().
* gdk/gdk.def: Delete from here, too.
* gdk/win32/gdkfont-win32.c (logfont_to_xlfd,
gdk_font_full_name_get, gdk_font_full_name_free): Delete
implementation, and helper functions.
(pattern_match, InnerEnumFontFamExProc, EnumFontFamExProc,
gdk_font_list_new, gdk_font_list_free): Delete unused functions.
(gdk_text_width, gdk_text_width_wc) Instead of code duplication,
let gdk_text_extents() and gdk_text_extents_wc() do the job.
* gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
Don't use the above removed functions in debugging output.
* gdk/win32/gdkdisplay-win32.c
* gdk/win32/gdkmain-win32.c
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkselection-win32.c
* gdk/win32/gdkinput-win32.h
* gdk/win32/gdkinput.c: Make it compile again, pass a GdkDisplay in
a couple of places.
Diffstat (limited to 'gdk/win32/gdkinput-win32.h')
-rw-r--r-- | gdk/win32/gdkinput-win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/win32/gdkinput-win32.h b/gdk/win32/gdkinput-win32.h index 8a4a7010a..c58253b29 100644 --- a/gdk/win32/gdkinput-win32.h +++ b/gdk/win32/gdkinput-win32.h @@ -129,7 +129,7 @@ extern GList *_gdk_input_windows; extern gint _gdk_input_ignore_core; /* Function declarations */ -void _gdk_init_input_core (void); +void _gdk_init_input_core (GdkDisplay *display); GdkTimeCoord ** _gdk_device_allocate_history (GdkDevice *device, gint n_events); |