Subversion Repositories Kolibri OS

Rev

Rev 6936 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6936 Rev 7143
Line 294... Line 294...
294
	void (*fb_imageblit) (struct fb_info *info, const struct fb_image *image);
294
	void (*fb_imageblit) (struct fb_info *info, const struct fb_image *image);
Line 295... Line 295...
295
 
295
 
296
	/* Draws cursor */
296
	/* Draws cursor */
Line 297... Line -...
297
	int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor);
-
 
298
 
-
 
299
	/* Rotates the display */
-
 
300
	void (*fb_rotate)(struct fb_info *info, int angle);
297
	int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor);
301
 
298
 
Line 302... Line 299...
302
	/* wait for blit idle, optional */
299
	/* wait for blit idle, optional */
303
	int (*fb_sync)(struct fb_info *info);
300
	int (*fb_sync)(struct fb_info *info);