X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=sdl_omap.git;a=blobdiff_plain;f=src%2Fvideo%2Fomapdss%2Flinux%2Ffbdev.h;h=ac2ae15cf5db160d21fa836f16969f03d8c26f1e;hp=88cd519f7478055b8dfa842b45856a7f130cfd41;hb=5cc6dcb71c2f2f24e54bf1ab9f09d8e560e8e4d9;hpb=89df27462960a9edac9a4eb9919a20038c6f2c8d diff --git a/src/video/omapdss/linux/fbdev.h b/src/video/omapdss/linux/fbdev.h index 88cd519..ac2ae15 100644 --- a/src/video/omapdss/linux/fbdev.h +++ b/src/video/omapdss/linux/fbdev.h @@ -9,6 +9,7 @@ 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); +void *vout_fbdev_get_active_mem(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);