mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 01:45:36 +00:00
io/event: [API] rename InputOp to Op
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+2
-2
@@ -22,9 +22,9 @@ type Filter interface {
|
||||
ImplementsFilter()
|
||||
}
|
||||
|
||||
// InputOp declares a tag for input routing at the current transformation
|
||||
// Op declares a tag for input routing at the current transformation
|
||||
// and clip area hierarchy. It panics if tag is nil.
|
||||
func InputOp(o *op.Ops, tag Tag) {
|
||||
func Op(o *op.Ops, tag Tag) {
|
||||
if tag == nil {
|
||||
panic("Tag must be non-nil")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user