ilo: replace a boolean by bool
[mesa.git] / src / gallium / state_trackers / vega / vg_context.h
index d91ee9797f158251da7fee99277d4764b36e79bd..d61c7cfeff15ce1334ed8166db512fde29276565 100644 (file)
@@ -161,11 +161,9 @@ VGboolean vg_context_is_object_valid(struct vg_context *ctx,
                                      enum vg_object_type type,
                                      VGHandle object);
 void vg_context_add_object(struct vg_context *ctx,
-                           enum vg_object_type type,
-                           void *ptr);
+                           struct vg_object *obj);
 void vg_context_remove_object(struct vg_context *ctx,
-                              enum vg_object_type type,
-                              void *ptr);
+                              struct vg_object *obj);
 
 void vg_validate_state(struct vg_context *ctx);