Additional colour deprecations removed #507
Annotations
10 errors
checks:
internal/x11/win/client.go#L69
cannot use c (variable of type *client) as x11.XWin value in return statement: *client does not implement x11.XWin (wrong type for method NotifyMousePress)
|
checks:
internal/x11/win/client.go#L270
too many arguments in call to c.frame.mousePress
|
checks:
internal/x11/win/frame.go#L173
cannot convert f.client (variable of type *client) to type x11.XWin: *client does not implement x11.XWin (wrong type for method NotifyMousePress)
|
checks:
internal/x11/win/frame.go#L174
cannot convert f.client (variable of type *client) to type x11.XWin: *client does not implement x11.XWin (wrong type for method NotifyMousePress)
|
checks:
internal/x11/win/frame.go#L226
cannot convert f.client (variable of type *client) to type x11.XWin: *client does not implement x11.XWin (wrong type for method NotifyMousePress)
|
checks:
internal/x11/win/frame.go#L227
cannot convert f.client (variable of type *client) to type x11.XWin: *client does not implement x11.XWin (wrong type for method NotifyMousePress)
|
checks:
internal/x11/win/frame.go#L287
cannot convert f.client (variable of type *client) to type x11.XWin: *client does not implement x11.XWin (wrong type for method NotifyMousePress)
|
checks:
internal/x11/win/frame.go#L353
cannot convert f.client (variable of type *client) to type x11.XWin: *client does not implement x11.XWin (wrong type for method NotifyMousePress)
|
checks:
internal/x11/win/frame.go#L391
cannot convert f.client (variable of type *client) to type x11.XWin: *client does not implement x11.XWin (wrong type for method NotifyMousePress)
|
checks:
internal/x11/win/frame.go#L446
cannot convert f.client (variable of type *client) to type x11.XWin: *client does not implement x11.XWin (wrong type for method NotifyMousePress)
|