summaryrefslogtreecommitdiff
path: root/sysdata_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysdata_unix.go')
-rw-r--r--sysdata_unix.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdata_unix.go b/sysdata_unix.go
index b17366a..d1dc323 100644
--- a/sysdata_unix.go
+++ b/sysdata_unix.go
@@ -101,6 +101,10 @@ func (s *sysData) make(initText string, window *sysData) error {
println(s.ctype, "not implemented")
return nil
}
+ if s.alternate && ct.makeAlt == nil { // not yet implemented
+ println(s.ctype, "alt not implemented")
+ return nil
+ }
ret := make(chan *gtkWidget)
defer close(ret)
uitask <- func() {