MPE_Update

Updates an X11 display

Synopsis

#include <stdio.h>
#include "mpe.h"
int MPE_Update( handle )
MPE_XGraph handle;

Input Parameter

handle
MPE graphics handle.

Note

Only after an MPE_Update can you count on seeing the results of MPE drawing routines. This is caused by the buffering of graphics requests for improved performance.

Location:mpe_graphics.c