Skip to content

Commit 89858f8

Browse files
committed
fix bad merge
1 parent 2f3e91e commit 89858f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/x11/win/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ func (c *client) NotifyMouseMotion(x, y int16) {
266266
c.frame.mouseMotion(x, y)
267267
}
268268

269-
func (c *client) NotifyMousePress(x, y int16, b xproto.Button, s uint16) {
270-
c.frame.mousePress(x, y, b, s)
269+
func (c *client) NotifyMousePress(x, y int16, b xproto.Button) {
270+
c.frame.mousePress(x, y, b)
271271
}
272272

273273
func (c *client) NotifyMouseRelease(x, y int16, b xproto.Button) {

0 commit comments

Comments
 (0)