mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
6a75d05038
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2083 b3059339-0415-0410-9bf9-f77b7e298cf2
4 lines
89 B
C
4 lines
89 B
C
|
|
#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )
|
|
|