diff options
author | Havoc Pennington <hp@redhat.com> | 2002-10-04 18:31:54 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-10-04 18:31:54 +0000 |
commit | 9de7b59e93787a8d4562f4f2042b8da685033a66 (patch) | |
tree | 28f03f6d5169cce9df86c45e8ccdd560b7b61c16 /acconfig.h | |
parent | 038814990423d88ac4638acfbac2547990f029d0 (diff) | |
download | metacity-9de7b59e93787a8d4562f4f2042b8da685033a66.tar.gz metacity-9de7b59e93787a8d4562f4f2042b8da685033a66.tar.bz2 |
do XRRUpdateConfiguration() if we have RandR extension, else poke in
2002-10-04 Havoc Pennington <hp@redhat.com>
* src/display.c (event_callback): do XRRUpdateConfiguration()
if we have RandR extension, else poke in Xlib's screen struct to
update the screen size.
* configure.in: fix a bogus overwrite of cppflags,
add a check for RandR extension
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,3 +14,4 @@ #undef HAVE_SOLARIS_XINERAMA #undef HAVE_XFREE_XINERAMA #undef HAVE_SHAPE +#undef HAVE_RANDR |