Benjamin Otte
|
d7266b25ba
|
Replace "gint" with "int"
|
2020-07-25 00:47:36 +02:00 |
|
Matthias Clasen
|
6f74de5331
|
Don't include the builtin sequence table in multiple places
The table is defined as static const guint16 [], so it really
should only be included in one source file.
|
2016-01-30 22:52:13 -05:00 |
|
Takao Fujiwara
|
4535d09bea
|
GtkIMContextSimple: Change guint to guint16 in gtkimcontextsimple.c
GtkComposeTable and GtkComposeTableCompact use guint16 for the data.
https://bugzilla.gnome.org/show_bug.cgi?id=721120
|
2015-10-08 22:35:52 -04:00 |
|
Takao Fujiwara
|
48a2477f2d
|
GtkIMContextSimple: export _gtk_check_compact_table() and GtkComposeTable
Some functions need to be exported if X11 compose files are loaded.
https://bugzilla.gnome.org/show_bug.cgi?id=721120
|
2015-10-08 22:35:52 -04:00 |
|