diff --git a/ruamoko/qwaq/qwaq-view.h b/ruamoko/qwaq/qwaq-view.h index ef6d79568..920fa793e 100644 --- a/ruamoko/qwaq/qwaq-view.h +++ b/ruamoko/qwaq/qwaq-view.h @@ -36,10 +36,14 @@ enum { union { Rect rect; struct { - int xpos; - int ypos; - int xlen; - int ylen; + int xpos; + int ypos; + int xlen; + int ylen; + }; + struct { + Point pos; + Extent size; }; }; Rect absRect;