diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-07-02 13:39:09 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-07-02 15:00:50 +0200 |
commit | 64f5afe608edd43953e87914de029a366c2d39b4 (patch) | |
tree | 5cb819764399905288c983cdb28e834a61aaef97 /gdk/x11/gdkdnd-x11.c | |
parent | fb98f939a58699a30c8a50797b929f03d703109e (diff) | |
download | gtk+-64f5afe608edd43953e87914de029a366c2d39b4.tar.gz |
dnd: Rename headers
Rename gdkdnd.h to gdkdrag.h, to go along with gdkdrop.h
This commit includes the necessary updates to the X11, Wayland
and Broadway backends. Other backends have to be updated separately.
Diffstat (limited to 'gdk/x11/gdkdnd-x11.c')
-rw-r--r-- | gdk/x11/gdkdnd-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c index 8377636a4e..383cc09e47 100644 --- a/gdk/x11/gdkdnd-x11.c +++ b/gdk/x11/gdkdnd-x11.c @@ -32,7 +32,7 @@ #include "gdkclipboard-x11.h" #include "gdkdeviceprivate.h" #include "gdkdisplay-x11.h" -#include "gdkdndprivate.h" +#include "gdkdragprivate.h" #include "gdkinternals.h" #include "gdkintl.h" #include "gdkproperty.h" |