diff --git a/staging/xdg-toplevel-drag/xdg-toplevel-drag-v1.xml b/staging/xdg-toplevel-drag/xdg-toplevel-drag-v1.xml index e14497d..8a6b627 100644 --- a/staging/xdg-toplevel-drag/xdg-toplevel-drag-v1.xml +++ b/staging/xdg-toplevel-drag/xdg-toplevel-drag-v1.xml @@ -24,7 +24,7 @@ DEALINGS IN THE SOFTWARE. - + This protocol enhances normal drag and drop with the ability to move a window at the same time. This allows having detachable parts of a window @@ -93,7 +93,7 @@ - + @@ -130,6 +130,9 @@ This request can be called multiple times but issuing it while a toplevel with an active role is attached raises a toplevel_attached error. + + Since version 2, the client must commit the toplevel after this request + for the window to start moving. @@ -137,6 +140,20 @@ + + + + + This request sets the offset hint for the currently attached surface. + The hint is double-buffered state, see wl_surface.commit for details. + + This request has no effect if no surface is attached. + + + + + +