diff options
-rw-r--r-- | pugl/pugl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h index c5261a8..7ec1d9e 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -862,8 +862,8 @@ puglGetContext(PuglView* view); normally do this. Drawing in Pugl is only allowed during the processing of an expose event. - However, this can be used to enter the graphics context elsewhere, for example - to call any GL functions during setup. + However, this can be used to enter the graphics context elsewhere, for + example to call any GL functions during setup. @param view The view being entered. @param drawing If true, prepare for drawing. |