mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
gtk drop refactored using events.
This commit is contained in:
@ -59,5 +59,5 @@ type DesktopManager interface {
|
||||
WriteClipboard(data string)
|
||||
|
||||
// drop
|
||||
DropFiles(x int, y int, files []string)
|
||||
DropFiles(x int, y int, files []string) bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user