pidgin/pidgintooltip.c

changeset 40360
e21f3bbcc2a5
parent 40315
6746d9b67b3e
child 40439
e9838d634d5e
equal deleted inserted replaced
40359:ca141ea93b83 40360:e21f3bbcc2a5
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

mercurial