blob: 6c95cc13a5d532b2434c4189af0300d870688f6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1 2004/07/10 23:03:47 wiz Exp $
--- widget/widget.h.orig 1999-03-15 17:29:32.000000000 +0100
+++ widget/widget.h
@@ -8,6 +8,8 @@
#include <vector>
#include <string>
+using namespace std;
+
const char defaultFont[] = "7x14";
extern Display* NSdpy;
|