mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-03 11:12:30 +08:00
13 lines
267 B
C
13 lines
267 B
C
/*
|
|
* dnd.h
|
|
* Copyright (C) 2026 Kovid Goyal <kovid at kovidgoyal.net>
|
|
*
|
|
* Distributed under terms of the GPL3 license.
|
|
*/
|
|
#pragma once
|
|
|
|
#include "state.h"
|
|
|
|
void drop_move_on_child(Window *w, const char **mimes, size_t num_mimes);
|
|
void drop_free_data(Window *w);
|