moved some windows only code from common to windows specific
authorDiederick Niehorster <dcnieho@gmail.com>
Sat, 10 Mar 2012 03:07:13 +0000 (03:07 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Sat, 10 Mar 2012 03:07:13 +0000 (03:07 +0000)
commitfae8eb0b74e98838021c31ff5478d43e06b82132
treeecbcad9587b6b14cfd203a0c01d2ead227cc9aaf
parentc41e61d8b1543d571577005109f15ac25b5f3f17
moved some windows only code from common to windows specific
got rid of fgPlatformGlutLayerGet as we'll never implement layer support
(added some notes too)
added note about implementability of glutGetModeValues
Moved joystick function from misc to Joystick code file

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1096 7f0cb862-5218-0410-a997-914c9d46530a
src/Common/freeglut_joystick.c
src/Common/freeglut_main.c
src/Common/freeglut_misc.c
src/Common/freeglut_state.c
src/Common/freeglut_window.c
src/mswin/freeglut_main_mswin.c
src/mswin/freeglut_state_mswin.c
src/x11/freeglut_state_x11.c