gdk/gdk.def Provide dummy implementations.

2001-02-04  Tor Lillqvist  <tml@iki.fi>

	* gdk/gdk.def
	* gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
	Provide dummy implementations.
This commit is contained in:
Tor Lillqvist
2001-02-04 11:06:48 +00:00
committed by Tor Lillqvist
parent 55fca1cf70
commit 90359c8234
9 changed files with 55 additions and 0 deletions

View File

@ -103,6 +103,17 @@ gdk_ic_get_style (GdkIC *ic)
return GDK_IM_PREEDIT_NONE | GDK_IM_STATUS_NONE;
}
GdkICAttr*
gdk_ic_attr_new (void)
{
return NULL;
}
void
gdk_ic_attr_destroy (GdkICAttr *attr)
{
}
void
gdk_ic_set_values (GdkIC *ic, ...)
{