Fix includes
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2005-07-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* modules/input/imime.c: Fix includes. (#309462, Kazuki IWAMOTO)
|
||||||
|
|
||||||
2005-07-05 Matthias Clasen <mclasen@redhat.com>
|
2005-07-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* doc/tools/widgets.c: Actually generate a file-button
|
* doc/tools/widgets.c: Actually generate a file-button
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2005-07-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* modules/input/imime.c: Fix includes. (#309462, Kazuki IWAMOTO)
|
||||||
|
|
||||||
2005-07-05 Matthias Clasen <mclasen@redhat.com>
|
2005-07-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* doc/tools/widgets.c: Actually generate a file-button
|
* doc/tools/widgets.c: Actually generate a file-button
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2005-07-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* modules/input/imime.c: Fix includes. (#309462, Kazuki IWAMOTO)
|
||||||
|
|
||||||
2005-07-05 Matthias Clasen <mclasen@redhat.com>
|
2005-07-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* doc/tools/widgets.c: Actually generate a file-button
|
* doc/tools/widgets.c: Actually generate a file-button
|
||||||
|
@ -20,11 +20,12 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gtk/gtkimmodule.h>
|
|
||||||
#include "gtkimcontextime.h"
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include "gtk/gtkintl.h"
|
||||||
|
#include "gtk/gtkimmodule.h"
|
||||||
|
#include "gtkimcontextime.h"
|
||||||
|
|
||||||
static const GtkIMContextInfo ime_info = {
|
static const GtkIMContextInfo ime_info = {
|
||||||
"ime",
|
"ime",
|
||||||
"Windows IME",
|
"Windows IME",
|
||||||
|
Reference in New Issue
Block a user