[geany/geany] 2bfd39: Don't export on_motion_event() callback unnecessarily

Colomban Wendling git-noreply at xxxxx
Fri Apr 10 15:07:03 UTC 2015


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Thomas Martitz <kugel at rockbox.org>
Date:        Tue, 10 Mar 2015 22:17:08 UTC
Commit:      2bfd394803cba185b3836d9c25b3d126f750ac13
             https://github.com/geany/geany/commit/2bfd394803cba185b3836d9c25b3d126f750ac13

Log Message:
-----------
Don't export on_motion_event() callback unnecessarily


Modified Paths:
--------------
    src/callbacks.c

Modified: src/callbacks.c
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -1552,7 +1552,6 @@ void on_toolbutton_back_activate(GtkAction *menuitem, gpointer user_data)
 }
 
 
-GEANY_EXPORT_SYMBOL
 gboolean on_motion_event(GtkWidget *widget, GdkEventMotion *event, gpointer user_data)
 {
 	if (prefs.auto_focus && ! gtk_widget_has_focus(widget))



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list