Skip to content
  • Christoph Reiter's avatar
    macos: Fix gdk_quartz_drag_context_get_dragging_info_libgtk_only symbol export · 5c0d242e
    Christoph Reiter authored
    The header got included without config.h being included first which resulted in the
    wrong _GDK_EXTERN macro being used. As a result some symbols weren't exported
    and starting a DnD action would crash in the linker.
    
    This patch adds config.h includes in all places where clang complained about
    _GDK_EXTERN redefinitions.
    
    See #32 for more info.
    5c0d242e