From ef551ed4b85bc29b3eb48775faeadcf41596c40a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 23 Jan 2025 17:00:37 -0500 Subject: Replace puglPostRedisplayRect() with puglObscureRegion() --- doc/c/event-loop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/c/event-loop.rst') diff --git a/doc/c/event-loop.rst b/doc/c/event-loop.rst index 430566f..7bee397 100644 --- a/doc/c/event-loop.rst +++ b/doc/c/event-loop.rst @@ -23,7 +23,7 @@ while those that draw continuously may use a significant fraction of the frame p Redrawing ********* -Occasional redrawing can be requested by calling :func:`puglObscureView` or :func:`puglPostRedisplayRect`. +Occasional redrawing can be requested by calling :func:`puglObscureView` or :func:`puglObscureRegion`. After these are called, a :struct:`PuglExposeEvent` will be dispatched on the next call to :func:`puglUpdate`. -- cgit v1.2.1