X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffreeglut_internal.h;h=7c71873a413868ed5662319de734f069b4c1cab3;hb=846e7692343b1bd4473ded068f4b86056baedb77;hp=5b2784aa175a3f9007af642d6c10b9bff18bdb65;hpb=bb97ecab3add22cf774d3bb8bdb9d1be537cc524;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 5b2784a..7c71873 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -436,6 +436,8 @@ struct tagSFG_WindowState GLboolean KeyRepeating; /* Currently in repeat mode */ GLboolean NeedToResize; /* Do we need to resize the window? */ + + GLboolean IsFullscreen; /* is the window fullscreen? */ };