@@ -78,7 +78,7 @@ static struct gob_window *Gob_Windows;
78
78
79
79
REBGOB * Gob_Root ; // Top level GOB (the screen)
80
80
HCURSOR Cursor ; // active cursor image object
81
- REBPAR Zero_Pair = {0 , 0 };
81
+ REBXYF Zero_Pair = {0 , 0 };
82
82
//void* Effects;
83
83
84
84
@@ -521,7 +521,7 @@ static void Free_Window(REBGOB *gob) {
521
521
522
522
/***********************************************************************
523
523
**
524
- */ void Blit_Rect (REBGOB * gob , REBPAR d , REBPAR dsize , REBYTE * src , REBPAR s , REBPAR ssize )
524
+ */ void Blit_Rect (REBGOB * gob , REBXYF d , REBXYF dsize , REBYTE * src , REBXYF s , REBXYF ssize )
525
525
/*
526
526
** This routine copies a rectangle from a PAN structure to the
527
527
** current output device.
@@ -572,7 +572,7 @@ static void Free_Window(REBGOB *gob) {
572
572
573
573
/***********************************************************************
574
574
**
575
- */ void Blit_Color (REBGOB * gob , REBPAR d , REBPAR dsize , long color )
575
+ */ void Blit_Color (REBGOB * gob , REBXYF d , REBXYF dsize , long color )
576
576
/*
577
577
** Fill color rectangle, a pixel at a time.
578
578
**
0 commit comments