gallium: decrease the size of pipe_resource - 64 -> 48 bytes
[mesa.git] / src / gallium / auxiliary / rbug / rbug_texture.h
index 59c914053ada152ef778c307ab1eb09b6e3b33c5..269e596114858bfdf9d1ed381a348c69835f53b0 100644 (file)
@@ -166,9 +166,9 @@ int rbug_send_texture_info_reply(struct rbug_connection *__con,
                                  uint32_t format,
                                  uint32_t *width,
                                  uint32_t width_len,
-                                 uint32_t *height,
+                                 uint16_t *height,
                                  uint32_t height_len,
-                                 uint32_t *depth,
+                                 uint16_t *depth,
                                  uint32_t depth_len,
                                  uint32_t blockw,
                                  uint32_t blockh,