summaryrefslogtreecommitdiff
path: root/xgb_test.go
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <[email protected]>2012-05-10 12:47:19 -0400
committerAndrew Gallant (Ocelot) <[email protected]>2012-05-10 12:47:19 -0400
commitb10760ea62c5c071496a71d1d9ab6752989a309f (patch)
tree5988ea2cfd75375e0b7b8395b4f67b7fbf25c86a /xgb_test.go
parente73b778be590baf0a3944e1e4c95f10eaedf275d (diff)
make resource ids their own individual types. last commit before overhaul to sub-packages
Diffstat (limited to 'xgb_test.go')
-rw-r--r--xgb_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xgb_test.go b/xgb_test.go
index 7eea19b..d0e840a 100644
--- a/xgb_test.go
+++ b/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)
}