mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Telak is a small tool to draw local or remote pictures on your root window. This is very useful if you want to have RRD graphs drawn above your wallpaper. WWW: http://julien.danjou.info/telak.html PR: ports/86069 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
10 lines
223 B
C
10 lines
223 B
C
--- parse.c.orig Tue Sep 13 22:05:22 2005
|
|
+++ parse.c Tue Sep 13 22:05:39 2005
|
|
@@ -17,6 +17,7 @@
|
|
#include <sys/types.h>
|
|
#include <pwd.h>
|
|
#include <time.h>
|
|
+#include <sys/time.h>
|
|
|
|
#include "telak.h"
|
|
#include "image.h"
|