Support FreeBSD's apm

(I dropted the support in version updating)

Submitted by: "Ralf S. Engelschall" <rse@engelschall.com>
Obtained from: a direct mail
This commit is contained in:
Satoshi Taoka 2001-03-01 05:38:10 +00:00
parent 00df5c7d52
commit d02af74797
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38910

View file

@ -0,0 +1,19 @@
--- wmapm.c.orig Tue Jan 11 17:37:25 2000
+++ wmapm.c Sun Nov 12 16:23:51 2000
@@ -672,7 +672,7 @@
copyXPMArea(5, 106, 13, 11, 5, 48);
RedrawWindow();
#ifndef SunOS
- system("apm -S");
+ system("apm -Z");
#endif
usleep(2000000L);
@@ -689,7 +689,7 @@
copyXPMArea(21, 106, 13, 11, 46, 48);
RedrawWindow();
#ifndef SunOS
- system("apm -s");
+ system("apm -z");
#endif
usleep(2000000L);