view Gui/wm/widget.h @ 3801:3cea69dda1b3

added NuppelVideo demuxer, based on Panagiotis Issaris' patch
author alex
date Thu, 27 Dec 2001 21:24:56 +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 ) )