File: exp-gfx.c.diff

package info (click to toggle)
tv-fonts 1.1-9.2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 2,052 kB
  • sloc: ansic: 1,067; perl: 102; makefile: 51
file content (30 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- exp-gfx.c.zvbi011	Thu Apr 18 18:02:36 2002
+++ exp-gfx.c	Thu Apr 18 18:04:58 2002
@@ -35,11 +35,14 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <unistd.h>
+#include <inttypes.h>
 
+#if 0
 #include "lang.h"
 #include "export.h"
 #include "exp-gfx.h"
 #include "vt.h" /* VBI_TRANSPARENT_BLACK */
+#endif
 
 #include "wstfont2.xbm"
 #include "ccfont2.xbm"
@@ -214,6 +217,7 @@
 	return c;
 }
 
+#if 0
 /**
  * peek:
  * @p: Plane of @canvas_type char, short, int.
@@ -1262,3 +1266,4 @@
 VBI_AUTOREG_EXPORT_MODULE(vbi_export_class_png)
 
 #endif /* HAVE_LIBPNG */
+#endif