projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5ad0b3
)
(device_open): Define it even if HAVE_GD nor
author
handa
<handa>
Mon, 5 Sep 2005 00:33:03 +0000
(
00:33
+0000)
committer
handa
<handa>
Mon, 5 Sep 2005 00:33:03 +0000
(
00:33
+0000)
HAVE_FREETYPE are defined.
src/m17n-gd.c
patch
|
blob
|
history
diff --git
a/src/m17n-gd.c
b/src/m17n-gd.c
index
a583f06
..
981ccf5
100644
(file)
--- a/
src/m17n-gd.c
+++ b/
src/m17n-gd.c
@@
-837,6
+837,10
@@
device_open (MFrame *frame, MPlist *param)
return 0;
}
+#else /* not HAVE_GD nor HAVE_FREETYPE */
+
+int device_open () { return -1; }
+
#endif /* not HAVE_GD nor HAVE_FREETYPE */
/*** @} */