=== modified file 'plugins/screenshot/src/screenshot.cpp' --- plugins/screenshot/src/screenshot.cpp 2012-02-13 15:28:06 +0000 +++ plugins/screenshot/src/screenshot.cpp 2012-04-02 23:06:36 +0000 @@ -277,7 +277,8 @@ glDisableClientState (GL_TEXTURE_COORD_ARRAY); glEnable (GL_BLEND); glColor4us (0x2fff, 0x2fff, 0x4fff, 0x4fff); - glRecti (x1, y2, x2, y1); + # workaround remove blue overlay + # glRecti (x1, y2, x2, y1); glColor4us (0x2fff, 0x2fff, 0x4fff, 0x9fff); glBegin (GL_LINE_LOOP); glVertex2i (x1, y1);