mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
3e6bfd6af6
2002-10-02 Mark McLoughlin <mark@skynet.ie> * acconfig.h: define HAVE_GTK_MULTIHEAD for egg-screen-exec methods. * configure.in: require gtk 2.1.0 and don't define HAVE_GTK_MULTIHEAD. * libnautilus-private/nautilus-multihead-hacks.h: kill. * libnautilus-private/nautilus-directory-background: (make_root_pixmap), (set_root_pixmap): use gdk_screen_get_display instead of assuming the default display. * src/nautilus-shell.c: (restore_one_window_callback): add backwards compat support for sessions without a screen number.
23 lines
486 B
C
23 lines
486 B
C
#undef ENABLE_INSTALLER
|
|
#undef ENABLE_NLS
|
|
#undef ENABLE_PROFILER
|
|
#undef GETTEXT_PACKAGE
|
|
#undef HAVE_CATGETS
|
|
#undef HAVE_GETTEXT
|
|
#undef HAVE_LC_MESSAGES
|
|
#undef HAVE_LIBBZ2
|
|
#undef HAVE_LIBJPEG
|
|
#undef HAVE_MEDUSA
|
|
#undef HAVE_STPCPY
|
|
#undef bzclose
|
|
#undef bzCompress
|
|
#undef bzCompressInit
|
|
#undef bzDecompress
|
|
#undef bzDecompressInit
|
|
#undef bzdopen
|
|
#undef bzerror
|
|
#undef bzflush
|
|
#undef bzopen
|
|
#undef bzread
|
|
#undef bzwrite
|
|
#define HAVE_GTK_MULTIHEAD /* needed for egg-screen-exec functions */
|