aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/newgui.h')
-rw-r--r--gui/newgui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/newgui.h b/gui/newgui.h
index 69c5af4075..1f1012061f 100644
--- a/gui/newgui.h
+++ b/gui/newgui.h
@@ -27,8 +27,8 @@
class Dialog;
-#define hline(x, y, x2, color) line(x, y, x2, y, color);
-#define vline(x, y, y2, color) line(x, y, x, y2, color);
+#define hLine(x, y, x2, color) line(x, y, x2, y, color);
+#define vLine(x, y, y2, color) line(x, y, x, y2, color);
// Height of a single text line
enum {