[xorg-commit-diffs] xc/extras/freetype2/tests gview.c, 1.1.4.1,
1.1.4.2
Egbert Eich
xorg-commit at pdx.freedesktop.org
Thu Apr 15 03:14:50 PDT 2004
Committed by: eich
Update of /cvs/xorg/xc/extras/freetype2/tests
In directory pdx:/home/eich/tstbuild/xc/extras/freetype2/tests
Modified Files:
Tag: XORG-CURRENT
gview.c
Log Message:
2004-04-15 Egbert Eich <eich at freedesktop.org>
Merged changes from RELEASE-1 branch
Index: gview.c
===================================================================
RCS file: /cvs/xorg/xc/extras/freetype2/tests/gview.c,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- a/gview.c 26 Nov 2003 22:48:28 -0000 1.1.4.1
+++ b/gview.c 15 Apr 2004 10:14:45 -0000 1.1.4.2
@@ -7,9 +7,7 @@
/* include FreeType internals to debug hints */
#include <../src/pshinter/pshrec.h>
-#include <../src/pshinter/pshalgo1.h>
-#include <../src/pshinter/pshalgo2.h>
-#include <../src/pshinter/pshalgo3.h>
+#include <../src/pshinter/pshalgo.h>
#include <../src/autohint/ahtypes.h>
@@ -24,9 +22,9 @@
[...1318 lines suppressed...]
- goto Exit;
+ case NVV_Key_Esc:
+ goto Exit;
- default:
- ;
+ default:
+ ;
}
}
}
- Exit:
+Exit:
/* wait for escape */
-
/* destroy display (and surface) */
nvv_display_unref( display );
More information about the xorg-commit-diffs
mailing list