view src/gtkinternal.h @ 7686:d89d5b930f0d

[gaim-migrate @ 8330] Blah, I hate this. Gaim won't compile with gtk 2.3.x, it seems, since we disable deprecated functions, and some stuff (like GtkItemFactory) is deprecated. Since we had those for converting over to 2.2.x, I think it's safe to just comment that out until we decide to drop < 2.3.x/2.4.x? Maybe we could have a --disable-deprecated flag. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 02 Dec 2003 00:36:01 +0000
parents cf6a7939af78
children fa6395637e2c
line wrap: on
line source

/**
 * @file gtkinternal.h Internal UI definitions and includes
 * @ingroup gtkui
 *
 * gaim
 *
 * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
#ifndef _GAIM_GTK_INTERNAL_H_
#define _GAIM_GTK_INTERNAL_H_

#include "internal.h"

#ifndef _WIN32
# include <gdk/gdkx.h>
#endif

#include <gtk/gtk.h>

#ifndef _WIN32
# define GAIM_ALERT_TITLE ""
#else
# define GAIM_ALERT_TITLE "Gaim"
#endif

#endif /* _GAIM_GTK_INTERNAL_H_ */