X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=KernelLand%2FKernel%2Finclude%2Fapi_drv_video.h;h=43d91d79ef2e1ff5a30f131f37883914a8c59065;hb=1c388a6c77f8f04b269051d0e089eaab9e45b391;hp=ff9c395b032f8c505bb02f673bdc450a7dc3c43a;hpb=51ab5f489bc356940c95cc936fd0508e8f07ea97;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/include/api_drv_video.h b/KernelLand/Kernel/include/api_drv_video.h index ff9c395b..43d91d79 100644 --- a/KernelLand/Kernel/include/api_drv_video.h +++ b/KernelLand/Kernel/include/api_drv_video.h @@ -341,6 +341,10 @@ typedef struct sDrvUtil_Video_BufInfo * \brief Bit depth of the framebuffer */ short Depth; + /** + * \brief Cached copy of the screens state (only used if not NULL) + */ + void *BackBuffer; /* * \} */