diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2017-08-09 22:10:34 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2017-08-09 22:10:34 +0200 |
commit | 0933053d3c6f1b116b1e125757edaad9d2ba5ed0 (patch) | |
tree | bf78b57aaa7d52c014d34752723a31003e0e80a2 /pugl | |
parent | 06b07b926e69ebac1066418988d778317d68c391 (diff) | |
parent | fb5999933d38b7ef6a7efda05f7a46a8b0f55e2b (diff) | |
download | sherlock.lv2-0933053d3c6f1b116b1e125757edaad9d2ba5ed0.tar.xz |
Merge commit 'fb5999933d38b7ef6a7efda05f7a46a8b0f55e2b'
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/pugl/pugl_x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl/pugl_x11.c b/pugl/pugl/pugl_x11.c index 3d29ab3..a8daac4 100644 --- a/pugl/pugl/pugl_x11.c +++ b/pugl/pugl/pugl_x11.c @@ -648,7 +648,7 @@ puglPasteFromClipboard(PuglView* view, size_t* len) if( (xevent.xselection.selection == impl->clipboard) && (xevent.xselection.target == impl->utf8_string) && (xevent.xselection.property == XA_PRIMARY) ) { - ulong nitems, rem; + unsigned long nitems, rem; int format; uint8_t* data; Atom type; |