Search
lxdream.org :: lxdream/src/drivers/video_osx.m :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/video_osx.m
changeset 1086:29776415438d
prev1076:18c164e8aec4
next1236:d93175c36387
author nkeynes
date Sun Feb 12 16:30:26 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Add -Werror for mregparm check, so it actually fails if mregparm isn't
accepted
file annotate diff log raw
1.1 --- a/src/drivers/video_osx.m Mon Aug 03 08:41:11 2009 +1000
1.2 +++ b/src/drivers/video_osx.m Sun Feb 12 16:30:26 2012 +1000
1.3 @@ -28,7 +28,7 @@
1.4 #include "pvr2/pvr2.h"
1.5 #import <AppKit/AppKit.h>
1.6
1.7 -#include "mac_keymap.h"
1.8 +#include "drivers/mac_keymap.h"
1.9
1.10 #define MOUSE_X_SCALE 5
1.11 #define MOUSE_Y_SCALE 5
.