[Plib-cvs] plib/src/pw pw.h,1.1,1.2
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-02-17 01:51:50
|
Update of /cvsroot/plib/plib/src/pw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26747/plib/src/pw Modified Files: pw.h Log Message: Added support for PW into PUI - and provided a demo of it working! Index: pw.h =================================================================== RCS file: /cvsroot/plib/plib/src/pw/pw.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- pw.h 16 Feb 2004 02:26:28 -0000 1.1 +++ pw.h 17 Feb 2004 01:43:21 -0000 1.2 @@ -1,6 +1,8 @@ #ifndef _PW_H_ #define _PW_H_ 1 +#define PW_IS_PRESENT 1 + typedef void pwResizeCB ( int w, int h ) ; typedef void pwExitCB () ; typedef void pwKeybdFunc ( int key, int updown, int x, int y ) ; |