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.
This commit is contained in:
@ -39,6 +39,7 @@
|
|||||||
#include "gtkcomposetable.h"
|
#include "gtkcomposetable.h"
|
||||||
|
|
||||||
#include "gtkimcontextsimpleprivate.h"
|
#include "gtkimcontextsimpleprivate.h"
|
||||||
|
#include "gtkimcontextsimpleseqs.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gtkimcontextsimple
|
* SECTION:gtkimcontextsimple
|
||||||
|
@ -22,13 +22,6 @@
|
|||||||
|
|
||||||
#include "gdk/gdkkeysyms.h"
|
#include "gdk/gdkkeysyms.h"
|
||||||
|
|
||||||
/* This file contains the table of the compose sequences,
|
|
||||||
* static const guint16 gtk_compose_seqs_compact[] = {}
|
|
||||||
* IT is generated from the compose-parse.py script.
|
|
||||||
*/
|
|
||||||
#include "gtkimcontextsimpleseqs.h"
|
|
||||||
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
extern const GtkComposeTableCompact gtk_compose_table_compact;
|
extern const GtkComposeTableCompact gtk_compose_table_compact;
|
||||||
|
Reference in New Issue
Block a user