handhelds): Matchbox is a GPL'd X11 window manager designed for computers with little screen real estate, limited input devices and low CPU/storage resources. Touchscreen PDA's, phones, set top boxes and even watches fit well into this category. Children or people with disability's may also find matchbox useful on desktop machines, due to the way it simplify's window operation. Matchbox is small, fast, flexible, dependant only on xlib and very usable. The Distribution also include various themes and utility programs, including a dock (or tray) and various simple dock apps useful for PDA's.
16 lines
344 B
Text
16 lines
344 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2002/08/01 15:53:46 wiz Exp $
|
|
|
|
--- util/minivol.c.orig Fri Jun 28 18:08:43 2002
|
|
+++ util/minivol.c
|
|
@@ -7,7 +7,11 @@
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
#include <sys/ioctl.h>
|
|
+#ifdef __NetBSD__
|
|
+#include <soundcard.h>
|
|
+#else
|
|
#include <sys/soundcard.h>
|
|
+#endif
|
|
|
|
#include <X11/Xlib.h>
|
|
#include <X11/Xutil.h>
|