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 405870 - missing stub of gdk_display_add_client_message_filter()
missing stub of gdk_display_add_client_message_filter()
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Quartz
2.10.x
Other All
: Normal normal
: ---
Assigned To: gtk-quartz maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-02-08 19:39 UTC by Taybin Rutkin
Modified: 2007-02-18 10:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
basic stub for function (1.04 KB, patch)
2007-02-08 19:39 UTC, Taybin Rutkin
none Details | Review

Description Taybin Rutkin 2007-02-08 19:39:12 UTC
Please describe the problem:
Gtkmm won't link against gdk-quartz because of the missing function.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Taybin Rutkin 2007-02-08 19:39:39 UTC
Created attachment 82177 [details] [review]
basic stub for function
Comment 2 Richard Hult 2007-02-18 10:58:46 UTC
Thanks, I've committed this (and added gdk_add_client_message_filter as well).