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:
committed by
Tor Lillqvist
parent
55fca1cf70
commit
90359c8234
@ -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, ...)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user