summaryrefslogtreecommitdiffstats
path: root/src/wgt-info.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-01-04 20:52:33 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-01-04 21:12:07 +0100
commit32b15670d36b31b39a9ae2215ff0d1679e211169 (patch)
tree0480ed39f7094d3ea0a2acb730a434cc4fb35e3a /src/wgt-info.h
parentcda8f0470953975c45c66b8f3b7249f36f064d78 (diff)
wgt-info: adding field 'ver' for major.minor
Change-Id: I3f9684b1e313894c5c796141d3a0b36831e52695 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/wgt-info.h')
-rw-r--r--src/wgt-info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wgt-info.h b/src/wgt-info.h
index 3d0a593..4d27e21 100644
--- a/src/wgt-info.h
+++ b/src/wgt-info.h
@@ -48,6 +48,7 @@ struct wgt_desc {
int refcount;
char *id;
char *version;
+ char *ver;
char *idaver;
int width;
int height;