1 files changed, 1 insertions(+), 1 deletions(-)
M const.go
M const.go => const.go +1 -1
@@ 287,7 287,7 @@ type PlaneType uint32
const (
PlaneOverlay PlaneType = 0
PlanePrimary PlaneType = 1
- PlaneCursor PlaneType = 2
+ PlaneCursor PlaneType = 2
)
func (t PlaneType) String() string {