5f43e6f0c6
WMMemFree shows system memory usage. It runs as a dockapp for window manager like WindowMaker or some other which supports dockapps. On the top side you have your physical memory usage and on the bottom there is your swap space usage. Submitted by: Alexey Dokuchaev
11 lines
232 B
C
11 lines
232 B
C
--- draw.c.orig Fri Apr 11 12:47:47 2003
|
|
+++ draw.c Fri Apr 11 12:47:54 2003
|
|
@@ -24,7 +24,7 @@
|
|
|
|
#include "dockapp.h"
|
|
#include "draw.h"
|
|
-#include "mem_linux.h"
|
|
+#include "mem_freebsd.h"
|
|
#include "options.h"
|
|
|
|
void draw_window()
|