+ unsigned int count);
+
+#endif /* __GLAMO_TRIS_H */
+diff --git a/src/mesa/drivers/dri/glamo/glamo_screen.c b/src/mesa/drivers/dri/glamo/glamo_screen.c
+index 39148f3..8244ec3 100644
+--- a/src/mesa/drivers/dri/glamo/glamo_screen.c
++++ b/src/mesa/drivers/dri/glamo/glamo_screen.c
+@@ -166,7 +166,7 @@ static GLboolean glamoCreateBuffer(__DRIscreen *driScrnPriv,
+ gfb = CALLOC_STRUCT(glamo_framebuffer);
+ if ( !gfb ) return GL_FALSE;
+
+- _mesa_initialize_framebuffer(&gfb->base, mesaVis);
++ _mesa_initialize_window_framebuffer(&gfb->base, mesaVis);
+
+ /* we only support this one format at the moment */
+ rgbFormat = GL_RGB5;
SRC_URI[demos.md5sum] = "9ef47f911869657c6bf2f43ebce86b61"
SRC_URI[demos.sha256sum] = "e9f20b9345240064ac35ec914ebce63322a96d3f7c566963791d0daf7e7a93e5"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
# most of our targets do not have DRI so will use mesa-xlib
DEFAULT_PREFERENCE = "-1"