diff options
author | Emil Velikov <[email protected]> | 2014-01-11 02:24:43 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-01-18 18:47:48 +0000 |
commit | eac776cf779b705cbfb8d41812f1d171fb09c76f (patch) | |
tree | ac9f840cce174a8c3430685065e41aa03edb811a /src/glx/dri3_priv.h | |
parent | 8c2e7fd8460750543367053b1be9368cc38e1d6a (diff) |
glx: use the loader util lib
v2
* Set logger to ErrorMessageF. Spotted by Kristian
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Rob Clark <[email protected]>
Reviewed-by: Kristian Høgsberg <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glx/dri3_priv.h')
-rw-r--r-- | src/glx/dri3_priv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glx/dri3_priv.h b/src/glx/dri3_priv.h index 3f289b9832a..682849386ab 100644 --- a/src/glx/dri3_priv.h +++ b/src/glx/dri3_priv.h @@ -203,6 +203,3 @@ struct dri3_drawable { xcb_gcontext_t gc; xcb_special_event_t *special_event; }; - -char * -dri3_get_driver_for_fd(int fd); |