comparison plugins/gestures/gestures.c @ 5872:059d95c67cda

[gaim-migrate @ 6304] The legendary Header File Cleanup! Files now only include what they need. This should reduce the number of files that must recompile when a header file changes. It's a lot nicer. Trust me on it. I also added a couple new header files. I hope I didn't break TOO much! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:21:02 +0000
parents c97d9ca044a7
children a18e88c4dace
comparison
equal deleted inserted replaced
5871:508adf90fbb9 5872:059d95c67cda
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
19 * 02111-1307, USA. 19 * 02111-1307, USA.
20 */ 20 */
21 #include "config.h" 21 #include "internal.h"
22 22
23 #include "gaim.h" 23 #include "debug.h"
24 #include "prefs.h" 24 #include "prefs.h"
25 #include "gstroke.h" 25
26 #include "gtkconv.h" 26 #include "gtkconv.h"
27 #include "gtkplugin.h" 27 #include "gtkplugin.h"
28 #include "gtkutils.h"
29
30 #include "gaim.h"
31
32 #include "gstroke.h"
28 33
29 #define GESTURES_PLUGIN_ID "gtk-gestures" 34 #define GESTURES_PLUGIN_ID "gtk-gestures"
30 35
31 static void 36 static void
32 stroke_close(GtkWidget *widget, void *data) 37 stroke_close(GtkWidget *widget, void *data)