view Gui/wm/widget.h @ 4622:e3a9fae516e4

rgb24toyv12 in MMX (untested)
author michael
date Sun, 10 Feb 2002 00:30:24 +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 ) )