Improved real Latex support
Added missing brace for new perlnote git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -93,14 +93,13 @@ generate a default size for the window. If no suitable size can be found, the wi
|
||||
This array is zero-terminated: it should be set up with constants described in the table above.
|
||||
If a constant should be followed by a value, put it in the next array position.
|
||||
For example, the WX\_GL\_DEPTH\_SIZE should be followed by the value that indicates the number of
|
||||
bits for the depth buffer, so:
|
||||
bits for the depth buffer, so:}
|
||||
|
||||
\begin{verbatim}
|
||||
attribList[index]= WX_GL_DEPTH_SIZE;
|
||||
attribList[index+1]=32;
|
||||
and so on.
|
||||
\end{verbatim}
|
||||
}
|
||||
|
||||
\docparam{palette}{If the window has the palette, it should by pass this value.
|
||||
Note: palette and WX\_GL\_RGBA are mutually exclusive.}
|
||||
|
Reference in New Issue
Block a user