mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Case sensiteve file names in Unix!
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11025 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <FL/gl.h>
|
#include <FL/gl.h>
|
||||||
#include "opengl.h"
|
#include "opengl.H"
|
||||||
|
|
||||||
void Fl_OpenGL_Graphics_Driver::draw(const char* str, int n, int x, int y) {
|
void Fl_OpenGL_Graphics_Driver::draw(const char* str, int n, int x, int y) {
|
||||||
gl_draw(str, n, x, y);
|
gl_draw(str, n, x, y);
|
||||||
|
|||||||
Reference in New Issue
Block a user