summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-12-03 16:35:43 +1100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2006-12-03 16:35:43 +1100
commit731925e9f86d9c0820cd95d1117fdf549d497ed2 (patch)
treee8ba73ed4499069b26f536a989a6472c16667956
parent0b38fab97b33ff625ef8b171176d719d76df951e (diff)
Space some definitions in twin.h
Gives me some air to breath Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r--twin.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/twin.h b/twin.h
index 817e327..b437861 100644
--- a/twin.h
+++ b/twin.h
@@ -212,15 +212,18 @@ struct _twin_screen {
* List of displayed pixmaps
*/
twin_pixmap_t *top, *bottom;
+
/*
* One of them receives all key events
*/
twin_pixmap_t *active;
+
/*
* this pixmap is target of mouse events
*/
twin_pixmap_t *target;
twin_bool_t clicklock;
+
/*
* mouse image (optional)
*/
@@ -234,10 +237,12 @@ struct _twin_screen {
* Output size
*/
twin_coord_t width, height;
+
/*
* Background pattern
*/
twin_pixmap_t *background;
+
/*
* Damage
*/
@@ -245,16 +250,19 @@ struct _twin_screen {
void (*damaged) (void *);
void *damaged_closure;
twin_count_t disable;
+
/*
* Repaint function
*/
twin_put_begin_t put_begin;
twin_put_span_t put_span;
void *closure;
+
/*
* Window manager stuff
*/
twin_coord_t button_x, button_y;
+
/*
* Event filter
*/