diff options
Diffstat (limited to 'src/gallium/frontends/glx/xlib')
-rw-r--r-- | src/gallium/frontends/glx/xlib/xm_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/frontends/glx/xlib/xm_public.h b/src/gallium/frontends/glx/xlib/xm_public.h index 9afc5f5d7cf..05fa7848e10 100644 --- a/src/gallium/frontends/glx/xlib/xm_public.h +++ b/src/gallium/frontends/glx/xlib/xm_public.h @@ -34,7 +34,7 @@ struct pipe_screen; struct st_api; -/* This is the driver interface required by the glx/xlib state tracker. +/* This is the driver interface required by the glx/xlib frontends. */ struct xm_driver { struct pipe_screen *(*create_pipe_screen)( Display *display ); |