Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 234570 | Differences between
and this patch

Collapse All | Expand All

(-)xf86-input-evtouch-0.8.7.orig/evtouch.c (-3 lines)
Lines 492-500 Link Here
492
492
493
        priv->buffer = XisbNew(local->fd, 64);
493
        priv->buffer = XisbNew(local->fd, 64);
494
494
495
        DBG (9, XisbTrace (priv->buffer, 1));
496
497
498
        if (!priv->buffer) 
495
        if (!priv->buffer) 
499
        {
496
        {
500
                xf86CloseSerial(local->fd);
497
                xf86CloseSerial(local->fd);
(-)xf86-input-evtouch-0.8.7.orig/libtouch.c (-2 lines)
Lines 34-41 Link Here
34
#ifndef NEED_XF86_TYPES
34
#ifndef NEED_XF86_TYPES
35
#define NEED_XF86_TYPES
35
#define NEED_XF86_TYPES
36
#endif
36
#endif
37
#include <xf86_ansic.h>
38
#include <xf86_OSproc.h>
39
#include <xf86Xinput.h>
37
#include <xf86Xinput.h>
40
#include <exevents.h>
38
#include <exevents.h>
41
39

Return to bug 234570