gfio: encapsulate x- and y-offsets into graph library
authorStephen M. Cameron <stephenmcameron@gmail.com>
Sun, 11 Mar 2012 10:36:51 +0000 (11:36 +0100)
committerJens Axboe <axboe@kernel.dk>
Sun, 11 Mar 2012 10:36:51 +0000 (11:36 +0100)
commit57f9d28e010b52fea5f41245e8fcb998367d3bcd
treeff31d26e42c6b7e79e75b71e6814e5fe5cb34eac
parentba35aa8dbd78cc59e2f29d3d746ad3be912a0541
gfio: encapsulate x- and y-offsets into graph library

Don't need to carry around drawing area dimensions alongside
the graphs, the size and xy-offsets of the graphs can be set
directly in the drawing area configure callback.

Signed-off-by: Stephen M. Cameron <stephenmcameron@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
gfio.c
graph.c
graph.h