From 91a08512f111cc75e177b3dbcf37d39f9ad56765 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Mar 2020 18:32:13 +0100 Subject: Fix overly long line --- pugl/pugl.h | 4 ++-- 1 file 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. -- cgit v1.2.1