X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_state.c;h=4b1aed8c1d7803981170205b36624e500e0223ff;hb=a7c34bdfaa680a83bf796eac2f2da20b92f4c139;hp=b09f27202d50e5de04232e5725b3fdf257d247e4;hpb=554638f5afb409d7c83c31e12475a77230b844e2;p=freeglut diff --git a/src/freeglut_state.c b/src/freeglut_state.c index b09f272..4b1aed8 100644 --- a/src/freeglut_state.c +++ b/src/freeglut_state.c @@ -29,8 +29,6 @@ #include "config.h" #endif -#define G_LOG_DOMAIN "freeglut-state" - #include "../include/GL/freeglut.h" #include "freeglut_internal.h" @@ -230,7 +228,7 @@ int FGAPIENTRY glutGet( GLenum eWhat ) case GLUT_WINDOW_Y: return y; } - if ( w == 0 ) + if ( w == 0 ) return( 0 ); XTranslateCoordinates( fgDisplay.Display,