mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-22 05:27:05 +02:00
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,
|
||||
listeners: map[uintptr]*func(entry *ImageEntry){},
|
||||
cache: map[uint64]*ImageEntry{},
|
||||
maxSerial: 200, // TODO: Cleanup?
|
||||
maxSerial: 300, // TODO: Cleanup?
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue