silence a warning
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 13 Aug 2004 21:05:02 +0000 (21:05 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 13 Aug 2004 21:05:02 +0000 (21:05 +0000)
progs/xdemos/wincopy.c
progs/xdemos/xuserotfont.c

index 04fa98a78a6c63d6991482a2a34c358746a1e5aa..3ec67dc67241bbaf649d899ff16a393f5e626d12 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 
-
+#define GLX_GLXEXT_PROTOTYPES
 #include <GL/gl.h>
 #include <GL/glx.h>
 #include <X11/keysym.h>
index c7724818d578138bc54724a8f43c68a9ea3df9cb..adb849511d88c4e1c470f6a325b5d1b1c31997ad 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Mesa 3-D graphics library
- * Version:  6.0
+ * Version:  6.1
  *
  * Copyright (C) 1999-2004  Brian Paul   All Rights Reserved.
  *
@@ -276,7 +276,7 @@ glXUseRotatedXFontMESA(Font font, int first, int count, int listbase,
       const unsigned int c = first + i;
       const int list = listbase + i;
       unsigned int charWidth, charHeight;
-      unsigned int bitmapWidth, bitmapHeight;
+      unsigned int bitmapWidth = 0, bitmapHeight = 0;
       GLfloat xOrig, yOrig, xStep, yStep, dtemp;
       const XCharStruct *ch;
       int xPos, yPos;