After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 158243 - gtklabel.c should include gtkdnd.h
gtklabel.c should include gtkdnd.h
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.5.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-11-14 07:19 UTC by Kazuki Iwamoto
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kazuki Iwamoto 2004-11-14 07:19:42 UTC
Please describe the problem:
The following functions are not defined.

gtk_drag_check_threshold
gtk_drag_begin
gtk_drag_set_icon_default

gtkdnd.h should be included.

Steps to reproduce:
1. compile gtklabel.c.

Actual results:
an error occurs. (Visual C++: error C4013)

Expected results:
add #include "gtkdnd.h"

Does this happen every time?
every time

Other information:
Comment 1 Matthias Clasen 2004-11-15 13:40:20 UTC
2004-11-15  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtklabel.c: Include gtkdnd.h  (#158243, Kazuki IWAMOTO)