st/mesa: declare struct pipe_screen in st_cb_bufferobjects.h
authorBrian Paul <brianp@vmware.com>
Thu, 14 Jan 2016 17:38:17 +0000 (10:38 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 14 Jan 2016 17:38:18 +0000 (10:38 -0700)
To silence a compiler warning.  Trivial.

src/mesa/state_tracker/st_cb_bufferobjects.h

index f55e2ef542bee172144569d73830964ce2783d37..54e6a21ce57acebdb0f65a2352f83668081935f6 100644 (file)
@@ -33,6 +33,7 @@
 
 struct dd_function_table;
 struct pipe_resource;
+struct pipe_screen;
 struct st_context;
 
 /**