summaryrefslogtreecommitdiff
path: root/clients/nested.c
diff options
context:
space:
mode:
authorNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>2014-04-19 22:15:20 +0900
committerNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>2014-04-19 22:15:20 +0900
commit2991da5687fa2828d551fd7b2388d9648a19ecc2 (patch)
tree56aff659352fa256c7a8f78c21835e213978d0c9 /clients/nested.c
parentef9195febc0e67a116b2f1d093cbcbeb629c92b4 (diff)
downloadweston-2991da5687fa2828d551fd7b2388d9648a19ecc2.tar.gz
1.4.91
Change-Id: Ibfed4937c6083937d2b29154e0485c1caf8365a1
Diffstat (limited to 'clients/nested.c')
-rw-r--r--clients/nested.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/clients/nested.c b/clients/nested.c
index d75e953a..44389e40 100644
--- a/clients/nested.c
+++ b/clients/nested.c
@@ -20,6 +20,8 @@
* OF THIS SOFTWARE.
*/
+#include "config.h"
+
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
@@ -976,6 +978,8 @@ ss_surface_init(struct nested_surface *surface)
nested,
SUBSURFACE_SYNCHRONIZED);
+ widget_set_use_cairo(ss_surface->widget, 0);
+
ss_surface->surface = widget_get_wl_surface(ss_surface->widget);
ss_surface->subsurface = widget_get_wl_subsurface(ss_surface->widget);