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

(-)rfb/Region.h (+2 lines)
Lines 22-28 Link Here
22
#define __RFB_REGION_INCLUDED__
22
#define __RFB_REGION_INCLUDED__
23
23
24
#include <rfb/Rect.h>
24
#include <rfb/Rect.h>
25
#undef max
25
#include <vector>
26
#include <vector>
27
#define max(a,b)            (((a) > (b)) ? (a) : (b))
26
28
27
struct _XRegion;
29
struct _XRegion;
28
30

Return to bug 51601