diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-19 15:40:32 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-19 15:40:32 +0200 |
commit | 124865b5d67c8c7b199046d19380e1e154ee99e4 (patch) | |
tree | ce9b63c4eb87f3b8d930fd73a98cf63929fba365 /src/gui/widgets/browserbox.h | |
parent | 3a15ac0bf3519173b9fd767a05c146793ba7eb1f (diff) | |
parent | e7f9c983dd7a8d2aeb4b14e5621cef89ecc398f6 (diff) | |
download | mana-124865b5d67c8c7b199046d19380e1e154ee99e4.tar.gz mana-124865b5d67c8c7b199046d19380e1e154ee99e4.tar.bz2 mana-124865b5d67c8c7b199046d19380e1e154ee99e4.tar.xz mana-124865b5d67c8c7b199046d19380e1e154ee99e4.zip |
Merge branch '0.0.29'
Diffstat (limited to 'src/gui/widgets/browserbox.h')
-rw-r--r-- | src/gui/widgets/browserbox.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h index 090c03e1..42af5b11 100644 --- a/src/gui/widgets/browserbox.h +++ b/src/gui/widgets/browserbox.h @@ -113,13 +113,11 @@ class BrowserBox : public gcn::Widget, public gcn::MouseListener * NOTES (by Javila): * - color values is "0x" prefix followed by HTML color style. * - we can add up to 10 different colors: [0..9]. - * - we need a link and a highlighted link colors. * - not all colors will be fine with all backgrounds due transparent * windows and widgets. So, I think it's better keep BrowserBox * opaque (white background) by default. */ enum { - BLACK = 0x000000, /**< Color 0 */ RED = 0xff0000, /**< Color 1 */ GREEN = 0x009000, /**< Color 2 */ BLUE = 0x0000ff, /**< Color 3 */ @@ -129,9 +127,6 @@ class BrowserBox : public gcn::Widget, public gcn::MouseListener PURPLE = 0x8415e2, /**< Color 7 */ GRAY = 0x919191, /**< Color 8 */ BROWN = 0x8e4c17, /**< Color 9 */ - BGCOLOR = 0xffffff, /**< Bg color for opacity */ - LINK = 0xe50d0d, /**< Color L */ - HIGHLIGHT = 0xcacaca /**< Bg color for highlighted link */ }; /** |