There are no internal users. box_t (now XRUBox) serves essentially the same purpose.
Signed-off-by: Bryce Harrington <[email protected]> --- examples/xrandr.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/examples/xrandr.c b/examples/xrandr.c index 6d921fb..a69eea3 100644 --- a/examples/xrandr.c +++ b/examples/xrandr.c @@ -210,10 +210,6 @@ reflection_name (Rotation rotation) return "invalid reflection"; } -typedef struct { - int x, y, width, height; -} rectangle_t; - typedef enum _changes { changes_none = 0, changes_crtc = (1 << 0), -- 1.7.4.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
