commit | 738715d628f2b710c57544ed2db81be7e7450c52 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Wed Apr 02 19:53:50 2014 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Apr 02 21:26:16 2014 -0700 |
tree | 0ca7a0d9fddffd18ad2b638671bcf246f495cff3 | |
parent | ce97a6b184034d5b284554083e1deabbf8b04b5f [diff] [blame] |
toytoolkit: Expose output make and model Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
diff --git a/clients/window.h b/clients/window.h index 38d574f..0a113fc 100644 --- a/clients/window.h +++ b/clients/window.h
@@ -602,6 +602,12 @@ 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);