aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 50d3831..bda955a 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -64,8 +64,8 @@ struct frame
struct layout_parameters lop;
/* Location relative to parent, calculated from alignment parameters */
- double x;
- double y;
+ double offs_x;
+ double offs_y;
double w;
double h;