mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-02 21:04:57 +00:00
- fixed compilation problems with CyberGraphX code
This commit is contained in:
parent
675c5f1d7b
commit
ae4a8d0439
@ -27,7 +27,7 @@
|
||||
#include <libraries/asl.h>
|
||||
#include <libraries/gtlayout.h>
|
||||
#include <libraries/Picasso96.h>
|
||||
#include <cybergraphx/cybergraphics.h>
|
||||
#include <cybergraphics/cybergraphics.h>
|
||||
#include <graphics/displayinfo.h>
|
||||
#include <devices/ahi.h>
|
||||
#include <proto/exec.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <intuition/intuition.h>
|
||||
#include <graphics/rastport.h>
|
||||
#include <graphics/gfx.h>
|
||||
#include <cybergraphx/cybergraphics.h>
|
||||
#include <cybergraphics/cybergraphics.h>
|
||||
#include <dos/dostags.h>
|
||||
#include <devices/timer.h>
|
||||
#include <proto/exec.h>
|
||||
@ -598,7 +598,7 @@ static __saveds void periodic_func(void)
|
||||
// Handle message according to class
|
||||
switch (cl) {
|
||||
case IDCMP_MOUSEMOVE:
|
||||
if (display_type == DISPLAY_SCREEN || display_type == DISPLAY_SCREEN_CGFX)
|
||||
if (display_type == DISPLAY_SCREEN_P96 || display_type == DISPLAY_SCREEN_CGFX)
|
||||
ADBMouseMoved(mx, my);
|
||||
else
|
||||
ADBMouseMoved(mx - the_win->BorderLeft, my - the_win->BorderTop);
|
||||
|
Loading…
Reference in New Issue
Block a user