[uim-commit] r1435 - branches/0.4/xim
ekato at freedesktop.org
ekato at freedesktop.org
Mon Sep 5 11:28:31 PDT 2005
Author: ekato
Date: 2005-09-05 11:28:27 -0700 (Mon, 05 Sep 2005)
New Revision: 1435
Modified:
branches/0.4/xim/connection.cpp
Log:
* xim/connection.cpp : Port r1434 from trunk.
Modified: branches/0.4/xim/connection.cpp
===================================================================
--- branches/0.4/xim/connection.cpp 2005-09-05 18:06:28 UTC (rev 1434)
+++ branches/0.4/xim/connection.cpp 2005-09-05 18:28:27 UTC (rev 1435)
@@ -52,6 +52,10 @@
#define TRANSPORT_UNIT 20
#define TRANSPORT_MAX 20 // Emacs's XIM won't work correctly when the value is 100
+#ifndef HAVE_SIG_T
+typedef void (*sig_t)(int);
+#endif
+
extern char *xim_packet_name[];
static std::map<Window, XConnection *> gXConnections;
More information about the uim-commit
mailing list