Got a ton of little yellow (Post-it) notes on your monitor? Snotes provides a way of having little note windows on your desktop. Similar to knotes, but without the KDE-connection and more configurable.
14 lines
327 B
C++
14 lines
327 B
C++
$NetBSD: patch-main.cpp,v 1.1 2012/12/17 22:15:50 othyro Exp $
|
|
|
|
Needs exit().
|
|
|
|
--- main.cpp.orig 2005-07-15 18:19:17.000000000 +0000
|
|
+++ main.cpp
|
|
@@ -4,6 +4,7 @@
|
|
**
|
|
****************************************************************/
|
|
|
|
+#include <stdlib.h>
|
|
#include <qapplication.h>
|
|
#include <qstring.h>
|
|
#include <qpixmap.h>
|