diff options
author | Shane Blackett <shane@blackett.co.nz> | 2008-09-14 17:51:01 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-09-14 17:51:01 -0600 |
commit | 641b80275b7d0237c1d5bc79c19d12a0f422173a (patch) | |
tree | cd0be0b499a2d048b1d5e4a5e3fc266907252981 /src/glut | |
parent | 68a19e353e1f68d6a5725c6bcb5d89949a4efe3f (diff) |
glut: s/glut_fbc.c/glut_fcb.c/
Diffstat (limited to 'src/glut')
-rw-r--r-- | src/glut/glx/Makefile.mgw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut/glx/Makefile.mgw b/src/glut/glx/Makefile.mgw index 9fff2e1503..5e1fde03de 100644 --- a/src/glut/glx/Makefile.mgw +++ b/src/glut/glx/Makefile.mgw @@ -122,7 +122,7 @@ SRCS = \ glut_dstr.c \ glut_event.c \ glut_ext.c \ - glut_fbc.c \ + glut_fcb.c \ glut_fullscrn.c \ glut_gamemode.c \ glut_get.c \ |