~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

0.1.1 by Emilio Pozuelo Monfort
Import upstream version 2.91.5
1
/* -*- mode: c; style: linux -*- */
2
3
/* mouse-properties-capplet.c
4
 * Copyright (C) 2001 Red Hat, Inc.
5
 * Copyright (C) 2001 Ximian, Inc.
6
 *
7
 * Written by: Jonathon Blandford <jrb@redhat.com>,
8
 *             Bradford Hovinen <hovinen@ximian.com>,
9
 *
10
 * This program is free software; you can redistribute it and/or modify
11
 * it under the terms of the GNU General Public License as published by
12
 * the Free Software Foundation; either version 2, or (at your option)
13
 * any later version.
14
 *
15
 * This program is distributed in the hope that it will be useful,
16
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
 * GNU General Public License for more details.
19
 *
20
 * You should have received a copy of the GNU General Public License
21
 * along with this program; if not, write to the Free Software
22
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
23
 * 02111-1307, USA.
24
 */
25
26
#include <gtk/gtk.h>
27
28
GtkWidget *gnome_mouse_properties_init (GtkBuilder *dialog);
0.2.4 by Frederic Peters
Import upstream version 2.91.92
29
void       gnome_mouse_properties_dispose (GtkWidget *widget);
0.1.1 by Emilio Pozuelo Monfort
Import upstream version 2.91.5
30