Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706792
Collapse All | Expand All

(-)a/gdraw/gdraw.c (+1 lines)
Lines 36-41 Link Here
36
#  include <sys/select.h>
36
#  include <sys/select.h>
37
#endif
37
#endif
38
38
39
#include <sys/select.h>
39
40
40
/* Functions for font metrics:
41
/* Functions for font metrics:
41
    rectangle of text (left side bearing of first char, right of last char)
42
    rectangle of text (left side bearing of first char, right of last char)
(-)a/gdraw/gxdraw.c (-1 / +1 lines)
Lines 52-57 Link Here
52
#include <signal.h>		/* error handler */
52
#include <signal.h>		/* error handler */
53
#include <sys/time.h>		/* for timers & select */
53
#include <sys/time.h>		/* for timers & select */
54
#include <sys/types.h>		/* for timers & select */
54
#include <sys/types.h>		/* for timers & select */
55
#include <sys/select.h>
55
56
56
enum cm_type { cmt_default=-1, cmt_current, cmt_copy, cmt_private };
57
enum cm_type { cmt_default=-1, cmt_current, cmt_copy, cmt_private };
57
58
58
- 

Return to bug 706792