view Gui/wm/widget.h @ 4306:f11e25b77c1e

cleanup of video packet writer, PTS sent only once
author arpi
date Tue, 22 Jan 2002 18:12:00 +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 ) )