diff options
author | Monsta <[email protected]> | 2015-09-02 17:42:04 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-09-02 17:42:04 +0300 |
commit | 1702c381f65cf90cd76ca80cf515754dd20c3add (patch) | |
tree | b8d1594b83801b16177c9a64af21329af91c4a94 /libmate-desktop/mate-rr-private.h | |
parent | b0aeb32b14f8768e65de4da4db713fafcacba718 (diff) | |
download | mate-desktop-1702c381f65cf90cd76ca80cf515754dd20c3add.tar.bz2 mate-desktop-1702c381f65cf90cd76ca80cf515754dd20c3add.tar.xz |
mate-rr: unify laptop identification by output name
adapted from
https://git.gnome.org/browse/gnome-desktop/commit?id=113c7c8252531665d9e9090c6f48cd3f6b16e120
and
https://git.gnome.org/browse/gnome-desktop/commit?id=d9f5e5f58e86798c48995e1abc36e7c43174d132
Diffstat (limited to 'libmate-desktop/mate-rr-private.h')
-rw-r--r-- | libmate-desktop/mate-rr-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmate-desktop/mate-rr-private.h b/libmate-desktop/mate-rr-private.h index b292a9d..d5410ca 100644 --- a/libmate-desktop/mate-rr-private.h +++ b/libmate-desktop/mate-rr-private.h @@ -79,4 +79,6 @@ struct MateRRConfigPrivate MateRROutputInfo **outputs; }; +gboolean _mate_rr_output_name_is_laptop (const char *name); + #endif |