GdMap is a tool which allows to visualize disk space. To display directory structures cushion treemaps are used which visualize a complete folder or even the whole hard drive with one picture. Cushion treemaps display directories and files in rectangular areas. The larger a file is the larger is the rectangle which represents it. All files in one directory are painted within the rectangle of that directory. OK kirby@
13 lines
329 B
Plaintext
13 lines
329 B
Plaintext
$OpenBSD: patch-src_gui_main_c,v 1.1.1.1 2015/06/29 09:08:53 czarkoff Exp $
|
|
--- src/gui_main.c.orig Wed Jun 17 14:14:37 2015
|
|
+++ src/gui_main.c Wed Jun 17 14:15:22 2015
|
|
@@ -11,7 +11,7 @@
|
|
# include <config.h>
|
|
#endif
|
|
|
|
-#include <sys/vfs.h>
|
|
+#include <sys/statvfs.h>
|
|
#include <stdlib.h>
|
|
#include <math.h>
|
|
#include <string.h>
|