Mercurial > mplayer.hg
view Gui/wm/widget.h @ 3004:cb81a27b00c6
added shm detection
author | alex |
---|---|
date | Mon, 19 Nov 2001 15:54:43 +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 ) )