nouveau: Missing notifier -> notifierobj migration
authorCarlos Martín Nieto <carlos@cmartin.tk>
Wed, 8 Aug 2007 12:49:37 +0000 (14:49 +0200)
committerCarlos Martín Nieto <carlos@cmartin.tk>
Wed, 8 Aug 2007 12:49:37 +0000 (14:49 +0200)
I missed this in the original migration.

src/mesa/drivers/dri/nouveau/nouveau_context.h

index 9a0be2cb2a57dee36d38c7611e31a899333b7bea..fdbde51a7289c0783c08d42fa8ac7258b9d3f07a 100644 (file)
@@ -109,12 +109,12 @@ typedef struct nouveau_context {
        uint64_t gart_size;
 
        /* Channel synchronisation */
-       struct drm_nouveau_notifier_alloc *syncNotifier;
+       struct drm_nouveau_notifierobj_alloc *syncNotifier;
 
        /* ARB_occlusion_query / EXT_timer_query */
        GLuint            query_object_max;
        GLboolean *       query_alloc;
-       struct drm_nouveau_notifier_alloc *queryNotifier;
+       struct drm_nouveau_notifierobj_alloc *queryNotifier;
 
        /* Additional hw-specific functions */
        nouveau_hw_func hw_func;