Fixing the header comments of a couple of X11-specific files

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1054 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2012-02-05 03:21:45 +00:00
parent 0ca9111452
commit 7757664f12
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* freeglut_glutfont_definitions.c
* freeglut_glutfont_definitions_x11.c
*
* Bitmap and stroke fonts displaying.
*

View File

@ -1,7 +1,7 @@
/*
* freeglut_callbacks.c
* freeglut_menu_x11.c
*
* The callbacks setting methods.
* Pull-down menu creation and handling.
*
* Copyright (c) 1999-2000 Pawel W. Olszta. All Rights Reserved.
* Written by Pawel W. Olszta, <olszta@sourceforge.net>