Hello, I have a problem when create the GUI in full screen. The fact that minecraft scales resolution in gui and etc. I have a question, is it possible to disable it, that the resolution is not scaled? My code:
 
glMatrixMode(GL_PROJECTION)
        glMatrix {
            glLoadIdentity()
            glViewport(0, 0, mc.displayWidth, mc.displayHeight)
            glOrtho(0.0, 800.0, 600.0, 0.0, 1000.0, 3000.0)
            glMatrixMode(GL_MODELVIEW)
            glMatrix {
                glLoad