aboutsummaryrefslogtreecommitdiff
path: root/nexgb/examples/atom.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexgb/examples/atom.go')
-rw-r--r--nexgb/examples/atom.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexgb/examples/atom.go b/nexgb/examples/atom.go
index c64acee..2cb7132 100644
--- a/nexgb/examples/atom.go
+++ b/nexgb/examples/atom.go
@@ -18,7 +18,7 @@ func main() {
}
aname := "_NET_ACTIVE_WINDOW"
- atom, err := X.InternAtom(true, uint16(len(aname)), aname)
+ atom, err := X.InternAtom(true, uint16(len(aname)), aname).Reply()
if err != nil {
log.Fatal(err)
}