rename kill_capture_child to capture_kill_child to have a common prefix
authorUlf Lamping <ulf.lamping@web.de>
Sat, 5 Feb 2005 15:35:25 +0000 (15:35 -0000)
committerUlf Lamping <ulf.lamping@web.de>
Sat, 5 Feb 2005 15:35:25 +0000 (15:35 -0000)
commita1a2ae31803802fd4211f6a3121ddfbb3d47776e
treee20f65e0c35bfb450ceb684a98e79cb5dadf1267
parent244c060b45e2e82db3f439c9dd1589aac7856d0e
rename kill_capture_child to capture_kill_child to have a common prefix

split drag and drop support out of main.c into new file drag_and_drop.c, to reduce the size of main.c a bit.

Hopefully this won't break unix builds because of missing #include's, I will keep an eye on the buildbot

svn path=/trunk/; revision=13308
capture.c
capture.h
capture_sync.c
gtk/Makefile.common
gtk/drag_and_drop.c [new file with mode: 0644]
gtk/main.c
gtk/main.h