diff options
author | Havoc Pennington <hp@pobox.com> | 2002-10-25 23:35:50 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-10-25 23:35:50 +0000 |
commit | cb27f0c4bea9a6aa402d46512eee1653b04b18a6 (patch) | |
tree | 68f8244781a0c6b43f7f34fc896295cbf67f7f28 /acconfig.h | |
parent | c3a5c4c169811b4c052c5326656306ef0203565a (diff) | |
download | metacity-cb27f0c4bea9a6aa402d46512eee1653b04b18a6.tar.gz metacity-cb27f0c4bea9a6aa402d46512eee1653b04b18a6.tar.bz2 |
Add "busy cursor on app startup" support, conditionally - works only if
2002-10-25 Havoc Pennington <hp@pobox.com>
Add "busy cursor on app startup" support, conditionally - works
only if libstartup-notification is found, and in practice requires
a GTK patch that's not in yet.
* src/screen.c: monitor startup events and set busy cursor if
appropriate
* src/display.c (meta_display_open): create SnDisplay
* configure.in: check for startup notification,
and add the cute "configure summary" at the end
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,3 +15,5 @@ #undef HAVE_XFREE_XINERAMA #undef HAVE_SHAPE #undef HAVE_RANDR +#undef HAVE_STARTUP_NOTIFICATION + |