If we don't HAVE_XCONVERTCASE we must #include gdkkeysyms.h to get the
1999-12-30 Tor Lillqvist <tml@iki.fi> * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include gdkkeysyms.h to get the GDK_* keysym constants that are needed by gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case() doesn't do anything. * gdk/gdk.def: Add gdk_xid_table_insert.
This commit is contained in:
parent
3cc0db6440
commit
68a6e7befb
@ -1,3 +1,12 @@
|
||||
1999-12-30 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
|
||||
gdkkeysyms.h to get the GDK_* keysym constants that are needed by
|
||||
gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
|
||||
doesn't do anything.
|
||||
|
||||
* gdk/gdk.def: Add gdk_xid_table_insert.
|
||||
|
||||
1999-12-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
|
||||
|
@ -1,3 +1,12 @@
|
||||
1999-12-30 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
|
||||
gdkkeysyms.h to get the GDK_* keysym constants that are needed by
|
||||
gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
|
||||
doesn't do anything.
|
||||
|
||||
* gdk/gdk.def: Add gdk_xid_table_insert.
|
||||
|
||||
1999-12-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
|
||||
|
@ -1,3 +1,12 @@
|
||||
1999-12-30 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
|
||||
gdkkeysyms.h to get the GDK_* keysym constants that are needed by
|
||||
gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
|
||||
doesn't do anything.
|
||||
|
||||
* gdk/gdk.def: Add gdk_xid_table_insert.
|
||||
|
||||
1999-12-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
|
||||
|
@ -1,3 +1,12 @@
|
||||
1999-12-30 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
|
||||
gdkkeysyms.h to get the GDK_* keysym constants that are needed by
|
||||
gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
|
||||
doesn't do anything.
|
||||
|
||||
* gdk/gdk.def: Add gdk_xid_table_insert.
|
||||
|
||||
1999-12-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
|
||||
|
@ -1,3 +1,12 @@
|
||||
1999-12-30 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
|
||||
gdkkeysyms.h to get the GDK_* keysym constants that are needed by
|
||||
gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
|
||||
doesn't do anything.
|
||||
|
||||
* gdk/gdk.def: Add gdk_xid_table_insert.
|
||||
|
||||
1999-12-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
|
||||
|
@ -1,3 +1,12 @@
|
||||
1999-12-30 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
|
||||
gdkkeysyms.h to get the GDK_* keysym constants that are needed by
|
||||
gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
|
||||
doesn't do anything.
|
||||
|
||||
* gdk/gdk.def: Add gdk_xid_table_insert.
|
||||
|
||||
1999-12-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
|
||||
|
@ -1,3 +1,12 @@
|
||||
1999-12-30 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
|
||||
gdkkeysyms.h to get the GDK_* keysym constants that are needed by
|
||||
gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
|
||||
doesn't do anything.
|
||||
|
||||
* gdk/gdk.def: Add gdk_xid_table_insert.
|
||||
|
||||
1999-12-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
|
||||
|
@ -32,6 +32,10 @@
|
||||
#include "gdk.h"
|
||||
#include "gdkprivate.h"
|
||||
|
||||
#ifndef HAVE_XCONVERTCASE
|
||||
#include "gdkkeysyms.h"
|
||||
#endif
|
||||
|
||||
typedef struct _GdkPredicate GdkPredicate;
|
||||
typedef struct _GdkErrorTrap GdkErrorTrap;
|
||||
|
||||
|
@ -336,4 +336,5 @@ EXPORTS
|
||||
gdk_window_shape_combine_mask
|
||||
gdk_window_show
|
||||
gdk_window_withdraw
|
||||
gdk_xid_table_insert
|
||||
gdk_xid_table_lookup
|
||||
|
Loading…
Reference in New Issue
Block a user