summaryrefslogtreecommitdiff
path: root/gdri-buf-cmdq.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-11-08 23:04:51 +0100
committerThomas White <taw@bitwiz.org.uk>2009-11-08 23:04:51 +0100
commit445f370be5bd76643efb65d8ff7414b133753cfa (patch)
tree508b86ab9e1e0da86718f977c2998d90442439dc /gdri-buf-cmdq.c
parent05f872370420117a0d8e4c3f8d5138c1f6d4fddd (diff)
Add notes reminding that gdri-cmdq-submission and gdri-buf-cmdq are no longer useful
Diffstat (limited to 'gdri-buf-cmdq.c')
-rw-r--r--gdri-buf-cmdq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdri-buf-cmdq.c b/gdri-buf-cmdq.c
index f9fe278..4b963db 100644
--- a/gdri-buf-cmdq.c
+++ b/gdri-buf-cmdq.c
@@ -51,6 +51,8 @@ int main()
uint32_t *objs;
int *obj_pos;
+ printf("NOTE: This test is no longer useful.\n");
+
/* Open display */
dpy = XOpenDisplay(NULL);
if ( dpy == NULL ) {