note on what GLUT_WINDOW_BORDER_HEIGHT is
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1702 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
9141845a49
commit
80c07e8b65
@ -1557,7 +1557,8 @@ These queries are with respect to the current window:
|
|||||||
<li>GLUT_WINDOW_WIDTH - window width, see <a href="#Conventions">FreeGLUT's conventions</a></li>
|
<li>GLUT_WINDOW_WIDTH - window width, see <a href="#Conventions">FreeGLUT's conventions</a></li>
|
||||||
<li>GLUT_WINDOW_HEIGHT - window height, see <a href="#Conventions">FreeGLUT's conventions</a></li>
|
<li>GLUT_WINDOW_HEIGHT - window height, see <a href="#Conventions">FreeGLUT's conventions</a></li>
|
||||||
<li>GLUT_WINDOW_BORDER_WIDTH - window border width</li>
|
<li>GLUT_WINDOW_BORDER_WIDTH - window border width</li>
|
||||||
<li>GLUT_WINDOW_BORDER_HEIGHT - window border height</li>
|
<li>GLUT_WINDOW_BORDER_HEIGHT - height of non-client area above window,
|
||||||
|
including both border and caption (if any)</li>
|
||||||
<li>GLUT_WINDOW_BUFFER_SIZE - number of color (including alpha) or color index bits per pixel</li>
|
<li>GLUT_WINDOW_BUFFER_SIZE - number of color (including alpha) or color index bits per pixel</li>
|
||||||
<li>GLUT_WINDOW_STENCIL_SIZE - number of bits per stencil value</li>
|
<li>GLUT_WINDOW_STENCIL_SIZE - number of bits per stencil value</li>
|
||||||
<li>GLUT_WINDOW_DEPTH_SIZE - number of bits per depth value</li>
|
<li>GLUT_WINDOW_DEPTH_SIZE - number of bits per depth value</li>
|
||||||
|
Reference in New Issue
Block a user