add bad hack to work with GTK 1.3.9.90 RPMs from gnomehide for now

2001-10-13  Havoc Pennington  <hp@redhat.com>

	* configure.in: add bad hack to work with GTK 1.3.9.90 RPMs from
	gnomehide for now

	* src/ui.c: another piece of bad hack in here
This commit is contained in:
Havoc Pennington
2001-10-13 04:15:25 +00:00
committed by Havoc Pennington
parent cfd3cdd64e
commit e8bc8e95e2
4 changed files with 29 additions and 16 deletions

View File

@@ -19,6 +19,7 @@
* 02111-1307, USA.
*/
#include <config.h>
#include "ui.h"
#include "frames.h"
#include "util.h"
@@ -430,6 +431,10 @@ meta_ui_pop_delay_exposes (MetaUI *ui)
meta_frames_pop_delay_exposes (ui->frames);
}
#ifdef HAVE_GDK_PIXBUF_NEW_FROM_STREAM
#define gdk_pixbuf_new_from_inline gdk_pixbuf_new_from_stream
#endif
GdkPixbuf*
meta_ui_get_default_window_icon (MetaUI *ui)
{