adjust wayland compositor scale when we adjust e_scale

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-02-25 13:13:10 -05:00
parent 165b6cb694
commit 3fd618ffaa
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#define E_COMP_WL
#include "e.h"
#ifndef HAVE_WAYLAND_ONLY
@ -1664,6 +1665,7 @@ EAPI void
e_hints_scale_update(void)
{
#ifdef HAVE_WAYLAND_ONLY
e_comp->wl_comp_data->output.scale = e_scale;
#else
unsigned int scale = e_scale * 1000;