1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-14 19:56:28 +00:00

Renames bitblt.h to bbtmacro.h and updates all uses

This commit is contained in:
Nick Briggs
2024-11-07 12:39:55 -08:00
parent 99550aaa7c
commit baeec1b957
10 changed files with 20 additions and 20 deletions

View File

@@ -60,7 +60,7 @@
#include "returndefs.h"
#include "bb.h"
#include "bitblt.h"
#include "bbtmacro.h"
#include "pilotbbt.h"
#include "dspdata.h"
#include "display.h"

View File

@@ -25,7 +25,7 @@
#include "pilotbbt.h"
#include "display.h"
#include "bitblt.h"
#include "bbtmacro.h"
#include "bb.h"
#include "bitbltdefs.h"

View File

@@ -20,7 +20,7 @@
#include <stddef.h> // for ptrdiff_t
#include <stdlib.h> // for abs
#include "adr68k.h" // for NativeAligned2FromLAddr
#include "bitblt.h" // for MOUSEXR, MOUSEYH
#include "bbtmacro.h" // for MOUSEXR, MOUSEYH
#include "display.h" // for DISPLAYBUFFER, DisplayRegion68k, in_display...
#include "drawdefs.h" // for N_OP_drawline
#include "emlglob.h"

View File

@@ -51,7 +51,7 @@ void Mouse_hndlr(void); /* Fields mouse events from driver */
#include "lsptypes.h"
#include "bb.h"
#include "bitblt.h"
#include "bbtmacro.h"
#include "pilotbbt.h"
#include "keyeventdefs.h"

View File

@@ -28,7 +28,7 @@
#include "devconf.h"
#include "bb.h"
#include "bitblt.h"
#include "bbtmacro.h"
#include "pilotbbt.h"
#include "dbprint.h"

View File

@@ -31,7 +31,7 @@
#include "pilotbbt.h"
#include "debug.h"
#include "arith.h"
#include "bitblt.h"
#include "bbtmacro.h"
#include "lldsp.h"
#include "bbtsubdefs.h"