diff options
author | Anssi Hannula <anssi@mandriva.org> | 2009-09-06 11:46:02 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2009-09-06 11:46:02 +0000 |
commit | a2e81eb2b00365d83f5ed484017aa0170764e23d (patch) | |
tree | aa5ce5bae9abf24529aa3c444814bfe4a0eab2a4 /int10 | |
parent | 323c42fd8fcce9575f20e8e93e38df3e1ba5d43a (diff) | |
download | monitor-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.c | 2 |
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; |