diff options
author | Alexander Larsson <alexl@redhat.com> | 2001-06-25 23:01:36 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-06-25 23:01:36 +0000 |
commit | 75fd7f09af9de7691ef46e12cad6ac243298c16e (patch) | |
tree | 1da19b6e074adcbbf53cbfdf4b88f803cc42a33f /acconfig.h | |
parent | 4168b4780317921000f88d2e58f2b66ae6ce7038 (diff) | |
download | gdk-pixbuf-75fd7f09af9de7691ef46e12cad6ac243298c16e.tar.gz |
Added --enable-fbmanager. This is some experimental code that lets several
2001-06-25 Alexander Larsson <alexl@redhat.com>
* configure.in:
Added --enable-fbmanager. This is some experimental code
that lets several GtkFB apps coordinate their access to the
framebuffer.
* acconfig.h:
Added ENABLE_FB_MANAGER.
* gdk/linux-fb/Makefile.am:
Added gdkfbmanager and gdkfbswitch.
* gdk/linux-fb/gdkkeyboard-fb.c:
* gdk/linux-fb/gdkmouse-fb.c:
* gdk/linux-fb/gdkprivate-fb.h:
Split device init and open so that
they can be opened and closed while switched
away.
* gdk/linux-fb/gdkmain-fb.c:
Add the basic manager communication.
* gdk/linux-fb/gdkrender-fb.c:
Don't update to the shadow fb if we're
blocked by the fb manager.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index f2f4b4a1e..37cd31587 100644 --- a/acconfig.h +++ b/acconfig.h @@ -50,6 +50,9 @@ /* Define to use shadowfb in the linux-fb port */ #undef ENABLE_SHADOW_FB +/* Define to use a fb manager in the linux-fb port */ +#undef ENABLE_FB_MANAGER + #undef XINPUT_NONE #undef XINPUT_GXI #undef XINPUT_XFREE |