diff options
author | Michael Natterer <mitch@imendio.com> | 2008-03-11 17:14:00 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-03-11 17:14:00 +0000 |
commit | e8c3fbf4d8b464503afad3493a3fbfd6fe4d8f6f (patch) | |
tree | b235fc769548e939abf19e3cdbea0870c615d43f /config.h.win32.in | |
parent | 1e1f49e09a8fb141c31875c415e8bd9172dcb0e2 (diff) | |
download | gtk+-e8c3fbf4d8b464503afad3493a3fbfd6fe4d8f6f.tar.gz |
removed linux-fb backend files.
2008-03-11 Michael Natterer <mitch@imendio.com>
* gdk/linux-fb/*: removed linux-fb backend files.
* acconfig.h
* config.h.win32.in
* docs/README.linux-fb
* gtk/Makefile.am: remove remaining traces of linux-fb.
* gtk/gtkwindow-decorate.c: same here. There is some code that
calls into linux-fb to set window move/resize callbacks. I put it
in #if 0 as a reminder because we did use decorated windows with
the DirectFB backend and it did work, so I don't really know why
this code is needed or how it could work with DirectFB back then.
The file does actually compile now if DECORATE_WINDOWS is defined,
but I didn't test with DirectFB to check if it does anything.
svn path=/trunk/; revision=19749
Diffstat (limited to 'config.h.win32.in')
-rw-r--r-- | config.h.win32.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.win32.in b/config.h.win32.in index 99c00b7343..0e39db0588 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -57,12 +57,6 @@ /* Define to use XKB extension */ /* #undef HAVE_XKB */ -/* 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 */ |