| 18 * along with this program; if not, write to the Free Software |
18 * along with this program; if not, write to the Free Software |
| 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 20 */ |
20 */ |
| 21 |
21 |
| 22 #include "internal.h" |
22 #include "internal.h" |
| 23 #include "prefs.h" |
23 #include <purple.h> |
| |
24 |
| 24 #include "pidgin.h" |
25 #include "pidgin.h" |
| 25 #include "pidgintooltip.h" |
26 #include "pidgintooltip.h" |
| 26 #include "debug.h" |
|
| 27 |
27 |
| 28 static gboolean enable_tooltips; |
28 static gboolean enable_tooltips; |
| 29 static int tooltip_delay = -1; |
29 static int tooltip_delay = -1; |
| 30 |
30 |
| 31 struct |
31 struct |