src/compiler: use new hash table and set creation helpers
[mesa.git] / src / gallium / auxiliary / rbug / rbug_texture.c
index ca051473504e3325d1b3085a2f96b511e859dc1a..3ee5e142b767d79df6c75e9126b37d87b49401ca 100644 (file)
@@ -283,9 +283,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,