summaryrefslogtreecommitdiff
path: root/clients/window.h
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2014-04-02 19:53:50 -0500
committerKristian Høgsberg <krh@bitplanet.net>2014-04-02 21:26:16 -0700
commit738715d628f2b710c57544ed2db81be7e7450c52 (patch)
tree0ca7a0d9fddffd18ad2b638671bcf246f495cff3 /clients/window.h
parentce97a6b184034d5b284554083e1deabbf8b04b5f (diff)
downloadweston-738715d628f2b710c57544ed2db81be7e7450c52.tar.gz
toytoolkit: Expose output make and model
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'clients/window.h')
-rw-r--r--clients/window.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/clients/window.h b/clients/window.h
index 38d574fb..0a113fcc 100644
--- a/clients/window.h
+++ b/clients/window.h
@@ -602,6 +602,12 @@ output_get_transform(struct output *output);
uint32_t
output_get_scale(struct output *output);
+const char *
+output_get_make(struct output *output);
+
+const char *
+output_get_model(struct output *output);
+
void
keysym_modifiers_add(struct wl_array *modifiers_map,
const char *name);