~eliasnaur/gio

b67bef3e0d961e1c04eb4f9f449903a625664d5b — Dominik Honnef 10 months ago b9416c7
io/pointer: fix order of Cursor comments

Signed-off-by: Dominik Honnef <dominik@honnef.co>
1 files changed, 3 insertions(+), 3 deletions(-)

M io/pointer/pointer.go
M io/pointer/pointer.go => io/pointer/pointer.go +3 -3
@@ 119,11 119,11 @@ const (
	// CursorGrabbing is for content that is being grabbed (dragged to be moved).
	// Usually displayed as a closed hand.
	CursorGrabbing
	// CursorWait is shown when the program is busy and user cannot interact.
	// Usually displayed as a hourglass or the system equivalent.
	CursorNotAllowed
	// CursorNotAllowed is shown when the request action cannot be carried out.
	// Usually displayed as a circle with a line through.
	CursorNotAllowed
	// CursorWait is shown when the program is busy and user cannot interact.
	// Usually displayed as a hourglass or the system equivalent.
	CursorWait
	// CursorProgress is shown when the program is busy, but the user can still interact.
	// Usually displayed as a default cursor with a hourglass.