diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-03 21:26:28 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-03 21:26:28 +0000 |
commit | 9ecd02bfc74eaa7cad1aa864518f241b3ccc6c60 (patch) | |
tree | 856ac60c5dc4cf4f070ce159a055a3b5d4ca017f /x11-wm/bbapm/files/patch-Image.hh | |
parent | Move: (diff) |
Remove after repo-copy to new location.
Notes
Notes:
svn path=/head/; revision=82217
Diffstat (limited to 'x11-wm/bbapm/files/patch-Image.hh')
-rw-r--r-- | x11-wm/bbapm/files/patch-Image.hh | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-wm/bbapm/files/patch-Image.hh b/x11-wm/bbapm/files/patch-Image.hh deleted file mode 100644 index dec4084d89d4..000000000000 --- a/x11-wm/bbapm/files/patch-Image.hh +++ /dev/null @@ -1,24 +0,0 @@ ---- Image.hh.orig Sun Aug 15 07:43:55 1999 -+++ Image.hh Sat Aug 4 20:52:40 2001 -@@ -35,11 +35,21 @@ - class BImage; - class BImageControl; - -+#if 0 - typedef struct BColor { - int allocated; - unsigned char red, green, blue; - unsigned long pixel; - }; -+#else -+class BColor { -+public: -+ int allocated; -+ unsigned char red, green, blue; -+ unsigned long pixel; -+ BColor::BColor() { allocated = False; } -+}; -+#endif - - typedef struct BTexture { - BColor color, colorTo, hiColor, loColor; |