mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
silence a warning
This commit is contained in:
parent
2fe6e913ca
commit
b1872fed15
2 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@
|
|||
*/
|
||||
|
||||
|
||||
|
||||
#define GLX_GLXEXT_PROTOTYPES
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glx.h>
|
||||
#include <X11/keysym.h>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue