view Gui/wm/widget.h @ 7431:e46eeafcd4df

Moved all the cdinfo specific from cddb to a standalone file(cdinfo.c), so if no network, cdda can still be compiled.
author bertrand
date Tue, 17 Sep 2002 19:51:12 +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 ) )