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
MPEdrawing routines. This is caused by the buffering of graphics
requestsfor improved performance.
Location:mpe_graphics.c