* \brief CALLBACK function, Wayland informs about button event
* \param widget widget
* \param input input device that caused the button event
- * \param time time the event happend
+ * \param time time the event happened
* \param button button
* \param state pressed or released
* \param data user data associated to the window
* \brief CALLBACK function, Waylands informs about pointer motion
* \param widget widget
* \param input input device that caused the motion event
- * \param time time the event happend
+ * \param time time the event happened
* \param x absolute x position
* \param y absolute y position
* \param sx x position relative to the window
<description summary="pre-edit">
Notify when a new composing text (pre-edit) should be set around the
current cursor position. Any previously set composing text should
- be removed. It also sets the cursor positon (as byte index) relative
+ be removed. It also sets the cursor position (as byte index) relative
to the start of the composing text.
</description>
<arg name="text" type="string"/>
/*
* Calculate the source & dest rects properly based on actual
- * postion (note the caller has called weston_surface_update_transform()
+ * position (note the caller has called weston_surface_update_transform()
* for us already).
*/
pixman_region32_init(&dest_rect);