aboutsummaryrefslogtreecommitdiffstats
path: root/src/win.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-01-10 12:32:45 -0500
committerDavid Robillard <d@drobilla.net>2023-01-10 12:32:45 -0500
commite554f8c5ea5f812e7e0ce7d5c99129370c4c595a (patch)
treec3abf0307492acaae54dd52bae0f72d708a3b3ce /src/win.c
parentbc7ce5e77224f276a97593b2d1c9f888dc63d1dc (diff)
downloadpugl-e554f8c5ea5f812e7e0ce7d5c99129370c4c595a.tar.gz
pugl-e554f8c5ea5f812e7e0ce7d5c99129370c4c595a.tar.bz2
pugl-e554f8c5ea5f812e7e0ce7d5c99129370c4c595a.zip
Add PUGL_CURSOR_ALL_SCROLL
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 fa50034..d3bc4fd 100644
--- a/src/win.c
+++ b/src/win.c
@@ -1447,6 +1447,7 @@ static const char* const cursor_ids[] = {
IDC_SIZENS, // UP_DOWN
IDC_SIZENWSE, // UP_LEFT_DOWN_RIGHT
IDC_SIZENESW, // UP_RIGHT_DOWN_LEFT
+ IDC_SIZEALL, // ALL_SCROLL
};
PuglStatus