dnd: Move GtkDragDest to a separate file

This follows what was done for GtkDragSource in
415030d25f and shaves another
500 lines off gtkdnd.c.
This commit is contained in:
Matthias Clasen
2015-12-13 18:43:10 -05:00
parent db93386f23
commit 6ac7b54378
15 changed files with 659 additions and 580 deletions

View File

@ -73,6 +73,7 @@
#include "gtkcalendar.h"
#include "gtkdnd.h"
#include "gtkdragdest.h"
#include "gtkintl.h"
#include "gtkmain.h"
#include "gtkmarshalers.h"