summaryrefslogtreecommitdiffstats
path: root/src/ZYMain.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-03-14 11:05:01 +0800
committerPeng Wu <alexepico@gmail.com>2014-03-14 11:05:01 +0800
commitf87a66ba88cd855a40cc941c5381c5ceb9be3df7 (patch)
tree5bbc64a4159cbcf25af0683ff786e3f71a704042 /src/ZYMain.cc
parent1198e8342b43d318fa20e913aec0a5648c73a562 (diff)
downloadibus-libzhuyin-f87a66ba88cd855a40cc941c5381c5ceb9be3df7.tar.gz
ibus-libzhuyin-f87a66ba88cd855a40cc941c5381c5ceb9be3df7.tar.xz
ibus-libzhuyin-f87a66ba88cd855a40cc941c5381c5ceb9be3df7.zip
fixes compiling
Diffstat (limited to 'src/ZYMain.cc')
-rw-r--r--src/ZYMain.cc32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/ZYMain.cc b/src/ZYMain.cc
new file mode 100644
index 0000000..571e6b8
--- /dev/null
+++ b/src/ZYMain.cc
@@ -0,0 +1,32 @@
+/* vim:set et ts=4 sts=4:
+ *
+ * ibus-libzhuyin - New Zhuyin engine based on libzhuyin for IBus
+ *
+ * Copyright (c) 2008-2010 Peng Huang <shawn.p.huang@gmail.com>
+ * Copyright (c) 2014 Peng Wu <alexepico@gmail.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+#include <ibus.h>
+
+int
+main (gint argc, gchar **argv)
+{
+ return 0;
+}