mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
fbdev: save and restore support
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@950 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
bd34c5a85c
commit
356473ec96
3 changed files with 72 additions and 14 deletions
|
@ -9,4 +9,6 @@ void *vout_fbdev_resize(struct vout_fbdev *fbdev, int w, int h, int bpp,
|
|||
void vout_fbdev_clear(struct vout_fbdev *fbdev);
|
||||
void vout_fbdev_clear_lines(struct vout_fbdev *fbdev, int y, int count);
|
||||
int vout_fbdev_get_fd(struct vout_fbdev *fbdev);
|
||||
int vout_fbdev_save(struct vout_fbdev *fbdev);
|
||||
int vout_fbdev_restore(struct vout_fbdev *fbdev);
|
||||
void vout_fbdev_finish(struct vout_fbdev *fbdev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue