annotate Gui/wm/widget.h @ 4214:664984198aef

zr driver (tv-out for DC10/DC10+, iomega buz, LML33...) added - patch by Rik Snel <rsnel@cube.dyndns.org>
author arpi
date Thu, 17 Jan 2002 01:32:29 +0000
parents 016f6d583733
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1693
d237c5d4b216 GUI version n-1
arpi
parents:
diff changeset
1
2082
016f6d583733 missing newlines fixed
arpi
parents: 1693
diff changeset
2 #define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )
016f6d583733 missing newlines fixed
arpi
parents: 1693
diff changeset
3