summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-08-30 18:25:50 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-08-30 18:25:50 +0200
commitb0cbcc65d9f719b6ecddddf5fbffd7334a5c9792 (patch)
treeb0c25a8f9dfd99bfc42e8c5e7d92c280d37f8d88
parent53da6c16dd11d4385618c331139a9fddd5defe0c (diff)
Yeah, we don't mind subchan numbers
-rw-r--r--object.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/object.h b/object.h
index c49f385..d87065a 100644
--- a/object.h
+++ b/object.h
@@ -17,11 +17,11 @@ enum Objects {
enum Subchannels {
NvSubCtxSurf2D = 0,
- NvSubImageBlit = 1,
- NvSub3D = 2,
- NvSubRasterOp = 3,
- NvSubClipRect = 4,
- NvSubImagePattern = 5
+ NvSubImageBlit,
+ NvSub3D,
+ NvSubRasterOp,
+ NvSubClipRect,
+ NvSubImagePattern
};
/* Functions */