X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fx11%2Ffg_internal_x11.h;h=64daf72a8bb42ad56c4972df863f73e355c6f595;hb=5f776d0acf334829af8ab0855d6f67794dd898c9;hp=9919ae5eb6744d4eb0d8fca69a2bb701528daf0c;hpb=cb1e59cf5e6ac8034ae91abfd320874004a44c88;p=freeglut diff --git a/src/x11/fg_internal_x11.h b/src/x11/fg_internal_x11.h index 9919ae5..64daf72 100644 --- a/src/x11/fg_internal_x11.h +++ b/src/x11/fg_internal_x11.h @@ -60,6 +60,9 @@ struct tagSFG_PlatformDisplay Atom DeleteWindow; /* The window deletion atom */ Atom State; /* The state atom */ Atom StateFullScreen; /* The full screen atom */ + int NetWMSupported; /* Flag for EWMH Window Managers */ + Atom NetWMPid; /* The _NET_WM_PID atom */ + Atom ClientMachine; /* The client machine name atom */ #ifdef HAVE_X11_EXTENSIONS_XRANDR_H int prev_xsz, prev_ysz; @@ -113,6 +116,7 @@ struct tagSFG_PlatformWindowState { int OldWidth; /* Window width from before a resize */ int OldHeight; /* " height " " " " */ + GLboolean KeyRepeating; /* Currently in repeat mode? */ };