diff options
Diffstat (limited to 'x11-wm/e16/files/patch-src_text_pango.c')
-rw-r--r-- | x11-wm/e16/files/patch-src_text_pango.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-wm/e16/files/patch-src_text_pango.c b/x11-wm/e16/files/patch-src_text_pango.c new file mode 100644 index 000000000000..a44db07077c2 --- /dev/null +++ b/x11-wm/e16/files/patch-src_text_pango.c @@ -0,0 +1,16 @@ +--- src/text_pango.c.orig 2010-03-01 10:10:12.000000000 +0100 ++++ src/text_pango.c 2010-03-01 10:10:23.000000000 +0100 +@@ -21,12 +21,11 @@ + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + #include "E.h" +-#include "tclass.h" + + #ifdef USE_PANGO +-#include "xwin.h" + #include <X11/Xft/Xft.h> + #include <pango/pangoxft.h> ++#include "tclass.h" + + /* + * Pango-Xft |