diff options
Diffstat (limited to 'src/gallium/targets/xorg-vmwgfx/vmw_driver.h')
-rw-r--r-- | src/gallium/targets/xorg-vmwgfx/vmw_driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/xorg-vmwgfx/vmw_driver.h b/src/gallium/targets/xorg-vmwgfx/vmw_driver.h index d6e3620cd3d..8dfc9d2efb4 100644 --- a/src/gallium/targets/xorg-vmwgfx/vmw_driver.h +++ b/src/gallium/targets/xorg-vmwgfx/vmw_driver.h @@ -59,6 +59,7 @@ struct vmw_customizer /* vmw_video.c */ void *video_priv; + uint64_t max_fb_size; }; static INLINE struct vmw_customizer * |