summaryrefslogtreecommitdiff
path: root/src/gui/browserbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/browserbox.h')
-rw-r--r--src/gui/browserbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/browserbox.h b/src/gui/browserbox.h
index 3a829381..ccef76e5 100644
--- a/src/gui/browserbox.h
+++ b/src/gui/browserbox.h
@@ -135,11 +135,11 @@ class BrowserBox : public gcn::Widget, public gcn::MouseListener
/**
* Highlight modes for links.
+ * This can be used for a bitmask.
*/
enum {
- UNDERLINE,
- BACKGROUND,
- BOTH
+ UNDERLINE = 1,
+ BACKGROUND = 2,
};
private: