X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=kub.c;h=e879e8b1f5f86c5bbf52e8149806669f43392093;hb=7d059f058ddcb67baa6921c66389381968ea080c;hp=9494a466914ee64632d202053419adc907d820f4;hpb=399827aa4f8633152d1cfdfa58abd989c5fa7516;p=kub diff --git a/kub.c b/kub.c index 9494a46..e879e8b 100644 --- a/kub.c +++ b/kub.c @@ -528,7 +528,7 @@ int main(int argc, char *argv[]) G_CALLBACK (on_button_press_event), &game); g_signal_connect (G_OBJECT (window), "button_release_event", G_CALLBACK (on_button_release_event), &game); - g_signal_connect (G_OBJECT (window), "button_motion_event", + g_signal_connect (G_OBJECT (window), "motion_notify_event", G_CALLBACK (on_button_motion_event), &game);