Sectionlock needs a 'user' handle with new nobug

This commit is contained in:
Christian Thaeter 2009-12-18 03:14:47 +01:00
parent 5c7abbded9
commit d7db383134

View file

@ -42,7 +42,7 @@ struct lumiera_sectionlock_struct
void* lock;
lumiera_sectionlock_unlock_fn unlock;
NOBUG_IF_ALPHA(struct nobug_flag* flag);
RESOURCE_HANDLE (rh);
RESOURCE_USER (rh);
};
typedef struct lumiera_sectionlock_struct lumiera_sectionlock;
typedef struct lumiera_sectionlock_struct* LumieraSectionlock;