fbcon_redraw_clear

Section: Kernel Hacker's Manual (9)
Updated: fbcon_redraw_clear
Index Return to Main Contents
 

NAME

fbcon_redraw_clear - clear area of the screen  

SYNOPSIS

void fbcon_redraw_clear (struct vc_data *conp, struct display *p, int sy, int sx, int height, int width);  

ARGUMENTS

conp

 stucture pointing to current active virtual console
p

 display structure
sy

 starting Y coordinate
sx

 starting X coordinate
height

 height of area to clear
width

 width of area to clear
 

DESCRIPTION

Clears a specified area of the screen. All dimensions are in pixels.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:51:43 GMT, June 12, 2005