1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-05-04 15:26:16 +00:00

Update more header include guards. (#348)

Some of these didn't have include guards, some  used old names
for them. Now they follow the current convention.
This commit is contained in:
Bruce Mitchener
2021-02-12 01:42:07 +07:00
committed by GitHub
parent d1e0e006da
commit 694d9b08c6
14 changed files with 60 additions and 19 deletions

View File

@@ -1,3 +1,6 @@
#ifndef DISPLAY_H
#define DISPLAY_H 1
/* $Id: display.h,v 1.2 1999/01/03 02:05:57 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved */
@@ -82,3 +85,5 @@ void flush_display_ptrregion(DLword *ybase, UNSIGNED bitoffset, UNSIGNED w, UNSI
#ifdef BYTESWAP
void byte_swapped_displayregion(int x, int y, int w, int h);
#endif
#endif