summaryrefslogtreecommitdiffstats
path: root/Gui/wm/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/wm/widget.h')
-rw-r--r--Gui/wm/widget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gui/wm/widget.h b/Gui/wm/widget.h
index b7751568ea..1174b3ff79 100644
--- a/Gui/wm/widget.h
+++ b/Gui/wm/widget.h
@@ -1,2 +1,3 @@
-#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) ) \ No newline at end of file
+#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )
+