cursors increase max serial to 300.
This commit is contained in:
parent
ccaaacac7c
commit
64abfd0b1a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ func NewImage(desktop types.DesktopManager) *ImageCtx {
|
||||||
desktop: desktop,
|
desktop: desktop,
|
||||||
listeners: map[uintptr]*func(entry *ImageEntry){},
|
listeners: map[uintptr]*func(entry *ImageEntry){},
|
||||||
cache: map[uint64]*ImageEntry{},
|
cache: map[uint64]*ImageEntry{},
|
||||||
maxSerial: 200, // TODO: Cleanup?
|
maxSerial: 300, // TODO: Cleanup?
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue