aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_utils.h')
-rw-r--r--test/test_utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_utils.h b/test/test_utils.h
index 80f28a0..92b2c58 100644
--- a/test/test_utils.h
+++ b/test/test_utils.h
@@ -358,7 +358,8 @@ printEvent(const PuglEvent* event, const char* prefix, const bool verbose)
case PUGL_LOOP_LEAVE:
return PRINT("%sLoop leave\n", prefix);
case PUGL_DATA_OFFER:
- return PRINT("%sData offer\n", prefix);
+ return PRINT(
+ "%sData offer at " PFFMT "\n", prefix, event->offer.x, event->offer.y);
case PUGL_DATA:
return PRINT("%sData\n", prefix);
default: