X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=OSX%2FXScreenSaverGLView.h;h=a4d1ebfd60c1daeca980816499c0516b661abb66;hb=4361b69d3178d7fc98d0388f9a223af6c2651aba;hp=7f958323ae4b64188f9d22fa4d52d957964ae36b;hpb=d1ae2829ff0fd2a96c16a0c8c5420efaa47d7b30;p=xscreensaver diff --git a/OSX/XScreenSaverGLView.h b/OSX/XScreenSaverGLView.h index 7f958323..a4d1ebfd 100644 --- a/OSX/XScreenSaverGLView.h +++ b/OSX/XScreenSaverGLView.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 2006-2012 Jamie Zawinski +/* xscreensaver, Copyright (c) 2006-2016 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -22,6 +22,7 @@ # import # import # import +# import "jwzglesI.h" #else # import #endif @@ -30,6 +31,8 @@ { # ifdef USE_IPHONE GLuint gl_depthbuffer; + BOOL _suppressRotationAnimation; + jwzgles_state *_glesState; # endif /* USE_IPHONE */ }