# HG changeset patch # User Patrice Mandin # Date 1091734665 0 # Node ID 6126849e59a612cb25f5eb3572689f18e21dc75c # Parent bbefeed8134ded1a8688e444fb3c51a0e8b0f0f1 Use meaningful define instead of numeral value diff -r bbefeed8134d -r 6126849e59a6 src/video/gem/SDL_gemvideo.c --- a/src/video/gem/SDL_gemvideo.c Thu Aug 05 19:34:44 2004 +0000 +++ b/src/video/gem/SDL_gemvideo.c Thu Aug 05 19:37:45 2004 +0000 @@ -669,7 +669,7 @@ modeflags |= SDL_NOFRAME; } - if (!wind_calc(0, GEM_win_type, posx, posy, width, height, &x2, &y2, &w2, &h2)) { + if (!wind_calc(WC_BORDER, GEM_win_type, posx, posy, width, height, &x2, &y2, &w2, &h2)) { GEM_FreeBuffers(this); SDL_SetError("Can not calculate window attributes\n"); return NULL;