diff options
Diffstat (limited to 'glamor')
-rw-r--r-- | glamor/glamor_egl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glamor/glamor_egl.c b/glamor/glamor_egl.c index 5a47dbd91..091d51d98 100644 --- a/glamor/glamor_egl.c +++ b/glamor/glamor_egl.c @@ -797,7 +797,7 @@ glamor_dri3_open_client(ClientPtr client, return Success; } -static dri3_screen_info_rec glamor_dri3_info = { +static const dri3_screen_info_rec glamor_dri3_info = { .version = 2, .open_client = glamor_dri3_open_client, .pixmap_from_fds = glamor_pixmap_from_fds, |