mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-04 07:33:07 +00:00
Add prototypes for flush_display_region...() to display.h
Correct declared argument types in flush_display_region...() to match usage. modified: inc/display.h modified: src/initdsp.c
This commit is contained in:
@@ -756,7 +756,7 @@ void byte_swapped_displayregion(int x, int y, int w, int h)
|
||||
/* */
|
||||
/************************************************************************/
|
||||
|
||||
void flush_display_lineregion(UNSIGNED x, UNSIGNED ybase, UNSIGNED w, UNSIGNED h)
|
||||
void flush_display_lineregion(UNSIGNED x, DLword *ybase, UNSIGNED w, UNSIGNED h)
|
||||
#ifdef I386
|
||||
{ /*flush_display_buffer(); */
|
||||
int y;
|
||||
@@ -805,7 +805,7 @@ void flush_display_lineregion(UNSIGNED x, UNSIGNED ybase, UNSIGNED w, UNSIGNED h
|
||||
|
||||
#define BITSPERWORD 16
|
||||
|
||||
void flush_display_ptrregion(UNSIGNED ybase, UNSIGNED bitoffset, UNSIGNED w, UNSIGNED h)
|
||||
void flush_display_ptrregion(DLword *ybase, UNSIGNED bitoffset, UNSIGNED w, UNSIGNED h)
|
||||
#ifdef I386
|
||||
{ flush_display_buffer(); }
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user