Skip to content

Commit 7261ea5

Browse files
committed
Doc changes
1 parent 704f337 commit 7261ea5

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

go-wayland-cube/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Go wayland cube demo - go build with -tags wayland
12
package main
23

34
//go:generate go run shaders/generate.go

libdecor/wrappers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Package libdecor implements a purego api to libdecor C library for window decorations in libwayland
12
package libdecor
23

34
import (

windowtrace/constants.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Package windowtrace is same as window except with tracing
12
package windowtrace
23

34
// ModType is the type of Mod Masks

0 commit comments

Comments
 (0)