Adding empty files for platform-specific Windows and Posix/X11 code to be placed in.
authorJohn F. Fay <johnffay@nettally.com>
Mon, 16 Jan 2012 01:27:55 +0000 (01:27 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Mon, 16 Jan 2012 01:27:55 +0000 (01:27 +0000)
commit23115ad49ced2f295f719e8cea6acad802402cdb
tree54fdf05e5752133cb2f6ebf68963997c71ca9526
parent0c178bbb82eb6478db0a54d35599c074ec0d9cf1
Adding empty files for platform-specific Windows and Posix/X11 code to be placed in.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@978 7f0cb862-5218-0410-a997-914c9d46530a
30 files changed:
freeglut.dsp
freeglut_static.dsp
src/mswin/freeglut_cursor_mswin.c [new file with mode: 0644]
src/mswin/freeglut_display_mswin.c [new file with mode: 0644]
src/mswin/freeglut_ext_mswin.c [new file with mode: 0644]
src/mswin/freeglut_gamemode_mswin.c [new file with mode: 0644]
src/mswin/freeglut_init_mswin.c [new file with mode: 0644]
src/mswin/freeglut_input_devices_mswin.c [new file with mode: 0644]
src/mswin/freeglut_internal_mswin.h [new file with mode: 0644]
src/mswin/freeglut_joystick_mswin.c [new file with mode: 0644]
src/mswin/freeglut_main_mswin.c [new file with mode: 0644]
src/mswin/freeglut_menu_mswin.c [new file with mode: 0644]
src/mswin/freeglut_spaceball_mswin.c [new file with mode: 0644]
src/mswin/freeglut_state_mswin.c [new file with mode: 0644]
src/mswin/freeglut_structure_mswin.c [new file with mode: 0644]
src/mswin/freeglut_window_mswin.c [new file with mode: 0644]
src/x11/freeglut_cursor_x11.c [new file with mode: 0644]
src/x11/freeglut_display_x11.c [new file with mode: 0644]
src/x11/freeglut_ext_x11.c [new file with mode: 0644]
src/x11/freeglut_gamemode_x11.c [new file with mode: 0644]
src/x11/freeglut_init_x11.c [new file with mode: 0644]
src/x11/freeglut_input_devices_x11.c [new file with mode: 0644]
src/x11/freeglut_internal_x11.h [new file with mode: 0644]
src/x11/freeglut_joystick_x11.c [new file with mode: 0644]
src/x11/freeglut_main_x11.c [new file with mode: 0644]
src/x11/freeglut_menu_x11.c [new file with mode: 0644]
src/x11/freeglut_spaceball_x11.c [new file with mode: 0644]
src/x11/freeglut_state_x11.c [new file with mode: 0644]
src/x11/freeglut_structure_x11.c [new file with mode: 0644]
src/x11/freeglut_window_x11.c [new file with mode: 0644]