summaryrefslogtreecommitdiff
path: root/clients/nested.c
diff options
context:
space:
mode:
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);