Minor coding style cleanup.
This commit is contained in:
@@ -125,7 +125,7 @@ vesa_get_overlay_constraints(const display_mode *mode,
|
|||||||
|
|
||||||
|
|
||||||
static overlay_token
|
static overlay_token
|
||||||
vesa_allocate_overlay(void)
|
vesa_allocate_overlay()
|
||||||
{
|
{
|
||||||
debug_printf("allocate_overlay()\n");
|
debug_printf("allocate_overlay()\n");
|
||||||
|
|
||||||
@@ -186,7 +186,7 @@ vesa_move_cursor(uint16 x, uint16 y)
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
vesa_show_cursor(bool is_visible)
|
vesa_show_cursor(bool isVisible)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
#endif // # FAKE_HARDWARE_CURSOR_SUPPORT
|
#endif // # FAKE_HARDWARE_CURSOR_SUPPORT
|
||||||
|
|||||||
Reference in New Issue
Block a user