aboutsummaryrefslogtreecommitdiffstats
path: root/src/win.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-22 18:26:35 -0400
committerDavid Robillard <d@drobilla.net>2023-11-11 09:54:18 -0500
commit91051e9059b67b8d633e385afb48a36d4f9467ba (patch)
tree0d221ea736e27dec7f405acfe2b866b4f81398e3 /src/win.c
parentc59e88aa6fa60c6f7424da737fcaf0496a0bf3d6 (diff)
downloadpugl-91051e9059b67b8d633e385afb48a36d4f9467ba.tar.gz
pugl-91051e9059b67b8d633e385afb48a36d4f9467ba.tar.bz2
pugl-91051e9059b67b8d633e385afb48a36d4f9467ba.zip
Add action parameter to puglAcceptOffer()
Diffstat (limited to 'src/win.c')
-rw-r--r--src/win.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/win.c b/src/win.c
index d118b36..0b850ef 100644
--- a/src/win.c
+++ b/src/win.c
@@ -1372,6 +1372,7 @@ PuglStatus
puglAcceptOffer(PuglView* const view,
const PuglDataOfferEvent* const PUGL_UNUSED(offer),
const uint32_t typeIndex,
+ PuglAction PUGL_UNUSED(action),
const PuglRect region)
{
if (typeIndex != 0) {