[Plib-cvs] plib/src/pw pwX11.cxx,1.1,1.2
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-02-18 00:38:20
|
Update of /cvsroot/plib/plib/src/pw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32239/plib/src/pw Modified Files: pwX11.cxx Log Message: Fixed a couple of portability issues. Index: pwX11.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/pw/pwX11.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- pwX11.cxx 16 Feb 2004 02:26:28 -0000 1.1 +++ pwX11.cxx 18 Feb 2004 00:28:58 -0000 1.2 @@ -18,7 +18,6 @@ #include <X11/Xatom.h> #include <X11/keysym.h> #include <X11/cursorfont.h> -#include <X11/extensions/xf86vmode.h> #include <X11/Xlib.h> #include <X11/Xatom.h> } @@ -333,7 +332,9 @@ pwSetCursor ( PW_CURSOR_LEFT ) ; +#ifdef GL_MULTISAMPLE_FILTER_HINT_NV glHint ( GL_MULTISAMPLE_FILTER_HINT_NV, multisample ) ; +#endif kbCB = kb ; msCB = ms ; |