From 7757664f1274dcfcf632310010196222875f77bf Mon Sep 17 00:00:00 2001 From: fayjf Date: Sun, 5 Feb 2012 03:21:45 +0000 Subject: [PATCH] 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 --- freeglut/freeglut/src/x11/freeglut_glutfont_definitions_x11.c | 2 +- freeglut/freeglut/src/x11/freeglut_menu_x11.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/freeglut/freeglut/src/x11/freeglut_glutfont_definitions_x11.c b/freeglut/freeglut/src/x11/freeglut_glutfont_definitions_x11.c index a1237bf..742dd15 100644 --- a/freeglut/freeglut/src/x11/freeglut_glutfont_definitions_x11.c +++ b/freeglut/freeglut/src/x11/freeglut_glutfont_definitions_x11.c @@ -1,5 +1,5 @@ /* - * freeglut_glutfont_definitions.c + * freeglut_glutfont_definitions_x11.c * * Bitmap and stroke fonts displaying. * diff --git a/freeglut/freeglut/src/x11/freeglut_menu_x11.c b/freeglut/freeglut/src/x11/freeglut_menu_x11.c index 5eaf490..f10cd8c 100644 --- a/freeglut/freeglut/src/x11/freeglut_menu_x11.c +++ b/freeglut/freeglut/src/x11/freeglut_menu_x11.c @@ -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,