[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/iiimf/devel xiiimp-pango.patch,1.1,1.2
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/iiimf/devel xiiimp-pango.patch,1.1,1.2
- Date: Mon, 18 Jul 2005 23:23:44 -0400
Author: tagoh
Update of /cvs/dist/rpms/iiimf/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1296
Modified Files:
xiiimp-pango.patch
Log Message:
disable the debugging output
xiiimp-pango.patch:
configure.ac | 12 +
iiimp/Makefile.am | 3
iiimp/XimpConv.c | 2
iiimp/codeinput.c | 11 -
iiimp/guiIMLookup.c | 448 +++++++++++++++++++++++++++++++++++++++++++++---
iiimp/guiIMLookup.h | 17 +
iiimp/guiIMSts.c | 137 ++++++++++++++
iiimp/guiIMSts.h | 16 +
iiimp/guiIMStsArea.c | 19 ++
iiimp/guiIMStsNothing.c | 20 ++
iiimp/iiimpAux.c | 3
iiimp/iiimpColor.c | 56 ++++++
iiimp/iiimpColor.h | 15 +
iiimp/iiimpConv.h | 2
iiimp/popupIM.c | 149 +++++++++++++++
iiimp/popupIM.h | 16 +
iiimp/xfactory.c | 43 ++++
iiimp/xfactory.h | 10 +
18 files changed, 935 insertions(+), 44 deletions(-)
Index: xiiimp-pango.patch
===================================================================
RCS file: /cvs/dist/rpms/iiimf/devel/xiiimp-pango.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xiiimp-pango.patch 7 Jul 2005 11:47:09 -0000 1.1
+++ xiiimp-pango.patch 19 Jul 2005 03:23:40 -0000 1.2
@@ -348,7 +348,7 @@
}
-
+
-+ printf("%s: keysym %X\n", __FUNCTION__, keysym);
++ //printf("%s: keysym %X\n", __FUNCTION__, keysym);
ev.xkey.x = 0;
ev.xkey.y = 0;
ev.xkey.x_root = 0;
@@ -556,7 +556,7 @@
XSetWMNormalHints (ic->core.im->core.display,
lookup->window, &hints);
XMoveWindow(ic->core.im->core.display, lookup->window, x, y);
-+ fprintf(stderr, "%s: %dx%d\n", __FUNCTION__, x, y);
++ //fprintf(stderr, "%s: %dx%d\n", __FUNCTION__, x, y);
}
lookup->x = point.x;
lookup->y = point.y;
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]