diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-08-04 17:53:45 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-08-04 17:53:45 -0400 |
commit | 0397e8052824078edb2690622564c82bcc1a742f (patch) | |
tree | 6b028e66dc0f45b9f39ad30bea14a21a27f10f51 /vgasrc/swcursor.c | |
parent | 774f5cd627a1fd646e6b56d9acc18f34e485a430 (diff) | |
download | seabios-0397e8052824078edb2690622564c82bcc1a742f.tar.gz |
vgafb: Move header definitions from vgabios.h to new file vgafb.h
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/swcursor.c')
-rw-r--r-- | vgasrc/swcursor.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vgasrc/swcursor.c b/vgasrc/swcursor.c index 83f48226..b7b32506 100644 --- a/vgasrc/swcursor.c +++ b/vgasrc/swcursor.c @@ -6,7 +6,8 @@ #include "biosvar.h" // GET_BDA #include "bregs.h" // struct bregs -#include "vgabios.h" // handle_gfx_op +#include "vgabios.h" // get_cursor_pos +#include "vgafb.h" // handle_gfx_op // Draw/undraw a cursor on the framebuffer by xor'ing the cursor cell static void |