1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/japanese/skkinput3/files/patch-ac
Steve Price 147dc3e8e4 Update to version 2.03.
PR:		12829
Submitted by:	Yasuhiro Fukuma <yasuf@big.or.jp>
1999-08-01 04:11:16 +00:00

14 lines
379 B
Plaintext

--- im.h.orig Tue Mar 3 21:08:33 1998
+++ im.h Fri Mar 19 14:10:22 1999
@@ -148,6 +148,10 @@
XIMStyle input_style ;
Window client ; /* client window */
Window focus ; /* focus window */
+#ifndef ORIGINAL
+#define ATTR_MASK_FILTER_EVENTS (1<<3)
+ unsigned long filter_events; /* Event mask that IM need */
+#endif
} IMCommonAttributes;
typedef struct {