view Gui/wm/widget.h @ 4022:a1e321bd80bd

lavc info+install instructions update
author gabucino
date Sun, 06 Jan 2002 23:36:29 +0000
parents 016f6d583733
children
line wrap: on
line source


#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )