diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-08-22 10:44:09 +0200 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-08-22 10:44:09 +0200 |
commit | a6535c8db4614376ce8ecb7d889b92db066a96cc (patch) | |
tree | 90b4676d1e0b9316e0fe735d596f79b175200171 /shared-core/drm.h | |
parent | 7058d06317e17253d874bf4df7b09d0d52a5fd74 (diff) |
Add a fence object class field for future use (For example VSYNC fence objects)
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r-- | shared-core/drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h index b588b15c..cd2b1907 100644 --- a/shared-core/drm.h +++ b/shared-core/drm.h @@ -639,6 +639,7 @@ typedef struct drm_set_version { typedef struct drm_fence_arg { unsigned handle; + int class; unsigned type; unsigned flags; unsigned signaled; |