added glutPositionFunc callback, now just need to implement so it does
authorDiederick Niehorster <dcnieho@gmail.com>
Fri, 23 Nov 2012 06:40:06 +0000 (06:40 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Fri, 23 Nov 2012 06:40:06 +0000 (06:40 +0000)
commitaee00443ad278d5a51f17261b4f2f2d87be73ad3
tree8468ccde92480557f6103cd725b4908e6c2634fc
parent632fb45403e238a8d1da93af00a489ad0df4e6f0
added glutPositionFunc callback, now just need to implement so it does
something
For all callbacks now using function type definitions from
fg_internal.h.
Reorganized and cleaned up fg_callbacks.c so that there are no wrong
comments in there (timers are global, not per window) and so that all
global, per menu, and per window callbacks are grouped together

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1474 7f0cb862-5218-0410-a997-914c9d46530a
include/GL/freeglut_ext.h
src/fg_callbacks.c
src/fg_init.c
src/fg_internal.h
src/fg_menu.c
src/freeglutdll.def.in