summaryrefslogtreecommitdiff
path: root/examples/atom.go
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <[email protected]>2012-05-05 18:22:24 -0400
committerAndrew Gallant (Ocelot) <[email protected]>2012-05-05 18:22:24 -0400
commitcc5573858c6d9b41609ed1ba334d37e77887b69e (patch)
tree06e4cbfd82cfca74e31d79a418bb3ecc12652445 /examples/atom.go
parent568f1c44fb9489a7f7762e96544f0173b23ec61b (diff)
extensions are working! extensions are working!
Diffstat (limited to 'examples/atom.go')
-rw-r--r--examples/atom.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/atom.go b/examples/atom.go
index c64acee..2cb7132 100644
--- a/examples/atom.go
+++ b/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)
}