summaryrefslogtreecommitdiff
path: root/xgbgen/field.go
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <[email protected]>2012-05-10 17:01:42 -0400
committerAndrew Gallant (Ocelot) <[email protected]>2012-05-10 17:01:42 -0400
commitb618b2ea09167306cfe29b6966faf184bc893c2d (patch)
treeebd8b505ebd83db1b891bc7a7f70d75f26e581e6 /xgbgen/field.go
parentb10760ea62c5c071496a71d1d9ab6752989a309f (diff)
a huge commit. splitting extensions into their own sub-packages.
Diffstat (limited to 'xgbgen/field.go')
-rw-r--r--xgbgen/field.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xgbgen/field.go b/xgbgen/field.go
index 7c83f1a..78475f8 100644
--- a/xgbgen/field.go
+++ b/xgbgen/field.go
@@ -245,7 +245,7 @@ func (f *ValueField) SrcType() string {
func (f *ValueField) Size() Size {
maskSize := f.MaskType.Size()
listSize := newExpressionSize(&Function{
- Name: "pad",
+ Name: "xgb.Pad",
Expr: &BinaryOp{
Op: "*",
Expr1: &Value{v: 4},