aboutsummaryrefslogtreecommitdiff
path: root/nexgb/xgb_test.go
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu>2012-05-10 12:47:19 -0400
committerAndrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu>2012-05-10 12:47:19 -0400
commite239bb3c68a4981a3916534203c2fbd6b96f593c (patch)
treeebb9b1a4a4659d09edaf57ec39a744ff4bc15ff0 /nexgb/xgb_test.go
parent00c6217ca905b08ce0acda9a90492b5c1dc358e8 (diff)
downloadhaven-e239bb3c68a4981a3916534203c2fbd6b96f593c.tar.gz
haven-e239bb3c68a4981a3916534203c2fbd6b96f593c.tar.xz
haven-e239bb3c68a4981a3916534203c2fbd6b96f593c.zip
make resource ids their own individual types. last commit before overhaul to sub-packages
Diffstat (limited to 'nexgb/xgb_test.go')
-rw-r--r--nexgb/xgb_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexgb/xgb_test.go b/nexgb/xgb_test.go
index 7eea19b..d0e840a 100644
--- a/nexgb/xgb_test.go
+++ b/nexgb/xgb_test.go
@@ -127,7 +127,7 @@ func TestWindowEvents(t *testing.T) {
// The geometry to set the window.
gx, gy, gw, gh := 200, 400, 1000, 300
- wid, err := X.NewId()
+ wid, err := X.NewWindowId()
if err != nil {
t.Fatalf("NewId: %s", err)
}