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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gui/wm/widget.h b/Gui/wm/widget.h
new file mode 100644
index 0000000000..b7751568ea
--- /dev/null
+++ b/Gui/wm/widget.h
@@ -0,0 +1,2 @@
+
+#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) ) \ No newline at end of file