mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
hardware cursor depth = 15 fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@906 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
de9258a87f
commit
1cc98a5f04
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ void glue(vga_draw_cursor_line_, DEPTH)(uint8_t *d1,
|
|||
#else
|
||||
#error unsupported depth
|
||||
#endif
|
||||
d += (DEPTH / 8);
|
||||
d += BPP;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue