aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-05-09 23:02:04 +0200
committerThomas White <taw@bitwiz.org.uk>2013-05-09 23:02:04 +0200
commit7ca0e4e398cea2e93b2597985b9f449d67060a39 (patch)
tree82c8b94d9a6242c850702d152924c4e486c0bbfa /src/frame.h
parent25f620f05b4f3ebee41e38ae4d58e3147a1a2bfa (diff)
Make stuff work
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h
index bc70e04..2e645a6 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -100,6 +100,10 @@ struct frame
double w;
double h;
+ /* Size of frame in pixels */
+ int pix_w;
+ int pix_h;
+
PangoLayout *pl;
/* True if this frame should be deleted on the next mouse click */