(August 28, 2001)
These patches apply against version 0.89-pre7 of Microwindows.
To install the patch place the patch file in the directory above your
microwindows tree and type: patch -p0 < patch_file.patch Where
patch_file.patch is the patch file that you want to apply.
|
nanox_timers.patch |
This patch provides timer events for nano-X applications. The
functions GrCreateTimer(), GrDestroyTimer() and the GR_EVENT_TIMER
event structure are new to the nano-X API with this patch. Applying
this patch allows your application to process timer events simlar to
Windows OnTimer type events. The patch also adds periodic timers
to the device independent layer of Microwindows using the new
function GdAddPeriodicTimer(). Previoulsy timers in the device
independent layer were only capable of firing once. |
|
nanox_timers_2.patch |
This patch provides gtkdoc style headers for the API functions
GrCreateTimer() and GrDestroyTimer().
|
|