Added a Spanish translation by David Rubio Miguélezand a Dutch
[mesa.git] / src / mesa / drivers / dri / common / mm.h
index d52871d39f3544a0fa87716ca373f02cf968582d..176910d70b6a65da6a92da8df09d50d6ad14b545 100644 (file)
@@ -30,8 +30,8 @@ struct mem_block_t {
   struct mem_block_t *heap;
   int ofs,size;
   int align;
-  int free:1;
-  int reserved:1;
+  unsigned int free:1;
+  unsigned int reserved:1;
 };
 typedef struct mem_block_t TMemBlock;
 typedef struct mem_block_t *PMemBlock;