aboutsummaryrefslogtreecommitdiffstats
path: root/int10
diff options
context:
space:
mode:
authorAnssi Hannula <anssi@mandriva.org>2009-09-06 11:46:02 +0000
committerAnssi Hannula <anssi@mandriva.org>2009-09-06 11:46:02 +0000
commita2e81eb2b00365d83f5ed484017aa0170764e23d (patch)
treeaa5ce5bae9abf24529aa3c444814bfe4a0eab2a4 /int10
parent323c42fd8fcce9575f20e8e93e38df3e1ba5d43a (diff)
downloadmonitor-edid-a2e81eb2b00365d83f5ed484017aa0170764e23d.tar
monitor-edid-a2e81eb2b00365d83f5ed484017aa0170764e23d.tar.gz
monitor-edid-a2e81eb2b00365d83f5ed484017aa0170764e23d.tar.bz2
monitor-edid-a2e81eb2b00365d83f5ed484017aa0170764e23d.tar.xz
monitor-edid-a2e81eb2b00365d83f5ed484017aa0170764e23d.zip
monitor-get-edid-using-vbe:
update x86emu from xserver git (fixes issues at least with newish NVIDIA cards)
Diffstat (limited to 'int10')
-rw-r--r--int10/emu_vm86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/int10/emu_vm86.c b/int10/emu_vm86.c
index 890f762..8cd69b2 100644
--- a/int10/emu_vm86.c
+++ b/int10/emu_vm86.c
@@ -4,7 +4,7 @@
#define INT2PTR(a) ((a) + (unsigned char *) 0)
-#include "../x86emu/include/x86emu.h"
+#include "../x86emu/x86emu.h"
#include "AsmMacros.h"
int emu_vm86_ret;