aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/implementation.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-14 18:22:19 +0100
committerDavid Robillard <d@drobilla.net>2020-03-15 10:26:26 +0100
commit6c250b3cfd04218c7335af61e440c3a909b6d87f (patch)
tree4d39608a16e454af1bc16c09b860620bc64b7c91 /pugl/detail/implementation.h
parent02d565da853b6c7990c5944306b07e0dac69a1f6 (diff)
downloadpugl-6c250b3cfd04218c7335af61e440c3a909b6d87f.tar.gz
pugl-6c250b3cfd04218c7335af61e440c3a909b6d87f.tar.bz2
pugl-6c250b3cfd04218c7335af61e440c3a909b6d87f.zip
Move configure shortcut and frame update to common implementation
Diffstat (limited to 'pugl/detail/implementation.h')
-rw-r--r--pugl/detail/implementation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pugl/detail/implementation.h b/pugl/detail/implementation.h
index a6914fc..e368cbc 100644
--- a/pugl/detail/implementation.h
+++ b/pugl/detail/implementation.h
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2019 David Robillard <http://drobilla.net>
+ Copyright 2012-2020 David Robillard <http://drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -50,7 +50,7 @@ void puglFreeViewInternals(PuglView* view);
/** Return the Unicode code point for `buf` or the replacement character. */
uint32_t puglDecodeUTF8(const uint8_t* buf);
-/** Dispatch `event` to `view`, optimising configure/expose if possible. */
+/** Dispatch `event` to `view`, entering graphics context if necessary. */
void puglDispatchEvent(PuglView* view, const PuglEvent* event);
/** Set internal (stored in view) clipboard contents. */