view Gui/wm/widget.h @ 6228:ea6b20e70ac5

new options to support Michael's libavcodec patch, #ifdefed slightly modified version of Michael's ffmpeg-preview-michael-20020529-mplayer.diff
author arpi
date Wed, 29 May 2002 21:34: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 ) )