noted incompleteness of glutInitDisplayString implementation and added
call to help out git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1596 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
066d495c81
commit
3aaad918c1
@ -465,6 +465,16 @@ call <tt>glutReshapeWindow</tt> and make a window narrower again.
|
||||
<h2>4.3 glutInitDisplayMode</h2>
|
||||
|
||||
<h2>4.4 glutInitDisplayString</h2>
|
||||
<p><b>Changes From GLUT</b></p>
|
||||
|
||||
<p>
|
||||
glutInitDisplayString support is limited: any of the tokens recognized
|
||||
by GLUT are also recognized by <i>FreeGLUT</i>, but any statements with
|
||||
comparators cannot (yet: do <a href="../help.php">help develop
|
||||
this!</a>) be handled. Any spec (comparator and value) after the token
|
||||
is ignored. Many of these values can however be set with glutSetOption
|
||||
for now however...
|
||||
</p>
|
||||
|
||||
<h1>5. <a name="EventProcessing"></a>Event Processing Functions</h1>
|
||||
|
||||
|
@ -52,6 +52,14 @@ might one to port to Cocoa first or even forget about Carbon all
|
||||
together.</td><td>Undecided</td></tr>
|
||||
|
||||
<tr><td>Wayland port</td><td>Not started.</td><td>Undecided</td></tr>
|
||||
|
||||
<tr><td>Complete glutInitDisplayString support</td><td>FreeGLUT now only
|
||||
partially supports glutInitDisplayString, any spec (comparator and
|
||||
value) after each token are ignored. This is a significant way in which
|
||||
FreeGLUT is not compatible with GLUT. Could be a nice project for
|
||||
someone who want to become familiar with the intricacies of requesting
|
||||
specific display formats on at least one of the various window servers
|
||||
(Windows and X11 at the moment).
|
||||
</table>
|
||||
</p>
|
||||
|
||||
|
Reference in New Issue
Block a user