--- xwindow.h.orig Sat Sep 4 22:45:16 1999 +++ xwindow.h Mon May 16 15:51:32 2005 @@ -1,12 +1,14 @@ #ifndef _XWINDOW #define _XWINDOW -#include +#include #include #include #include #include #include +using namespace std; + extern Display* TheDisplay; typedef unsigned long ulong; typedef unsigned int uint; @@ -35,7 +37,7 @@ XColor Exact; XColor NewColor; if(XAllocNamedColor(TheDisplay,CMap,ColorName,&Exact,&NewColor)==0) { - cerr<