diff options
| author | Andrew Gallant (Ocelot) <[email protected]> | 2012-05-05 18:22:24 -0400 |
|---|---|---|
| committer | Andrew Gallant (Ocelot) <[email protected]> | 2012-05-05 18:22:24 -0400 |
| commit | cc5573858c6d9b41609ed1ba334d37e77887b69e (patch) | |
| tree | 06e4cbfd82cfca74e31d79a418bb3ecc12652445 /examples/atom.go | |
| parent | 568f1c44fb9489a7f7762e96544f0173b23ec61b (diff) | |
extensions are working! extensions are working!
Diffstat (limited to 'examples/atom.go')
| -rw-r--r-- | examples/atom.go | 2 |
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) } |
