1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/games/wmfortune/files/patch-wmfortune.c
Pete Fritchman f4bf6e95a9 Add wmfortune 0.241, a dockapp that outputs fortune messages.
PR:		38134
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2002-05-30 22:53:34 +00:00

23 lines
607 B
C

$FreeBSD$
--- wmfortune.c.orig Thu May 16 11:01:43 2002
+++ wmfortune.c Thu May 16 11:02:18 2002
@@ -21,7 +21,7 @@
*
*/
#define BUFF_SIZE 1024
-#define SCROLL_DEFAULT_SPEED 1000
+#define SCROLL_DEFAULT_SPEED 10000
#include <unistd.h>
#include <stdio.h>
@@ -110,7 +110,7 @@
static DAProgramOption options[] = {
{"-d", "--displayname", "display to use.", DOString, False, {&displayName}},
- {"-s", "--speed", "scrolling speed. (default 1000 dot/ms)", DOInteger, False, {&speed}},
+ {"-s", "--speed", "scrolling speed. (default 10000 dot/ms)", DOInteger, False, {&speed}},
};
static void