diff options
-rw-r--r-- | x11-wm/jewel/files/patch-basemenu.hh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/jewel/files/patch-basemenu.hh b/x11-wm/jewel/files/patch-basemenu.hh new file mode 100644 index 000000000000..93d03cbb8d5a --- /dev/null +++ b/x11-wm/jewel/files/patch-basemenu.hh @@ -0,0 +1,11 @@ +--- basemenu.hh.orig Mon Aug 19 17:53:47 2002 ++++ basemenu.hh Tue Apr 8 19:53:56 2003 +@@ -24,6 +24,8 @@ + #ifndef _BASEMENU_HH_ + #define _BASEMENU_HH_ + ++using namespace std; ++ + // Parts below borrowed from fspanel.c + static unsigned short cols[] = { + 0xd75c, 0xd75c, 0xd75c, /* 0. light gray */ |