mirror of
https://github.com/mpv-player/mpv
synced 2025-02-08 07:57:19 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1694 b3059339-0415-0410-9bf9-f77b7e298cf2
2 lines
87 B
C
2 lines
87 B
C
|
|
#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) ) |