mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
dri3: use CloseScreen hook
Wrapping ScreenRec's function pointers is problematic for many reasons, so use the new screen close notify hook instead. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -44,7 +44,6 @@ typedef struct dri3_dmabuf_format {
|
||||
} dri3_dmabuf_format_rec, *dri3_dmabuf_format_ptr;
|
||||
|
||||
typedef struct dri3_screen_priv {
|
||||
CloseScreenProcPtr CloseScreen;
|
||||
ConfigNotifyProcPtr ConfigNotify;
|
||||
|
||||
Bool formats_cached;
|
||||
|
||||
Reference in New Issue
Block a user