xwayland: Look up 32 depth rgba render format as well
diff --git a/src/xwayland/xwayland.h b/src/xwayland/xwayland.h
index 438b7be..fb68671 100644
--- a/src/xwayland/xwayland.h
+++ b/src/xwayland/xwayland.h
@@ -58,7 +58,7 @@
 	xcb_window_t wm_window;
 	struct weston_wm_window *focus_window;
 	struct theme *theme;
-	xcb_render_pictforminfo_t render_format;
+	xcb_render_pictforminfo_t format_rgb, format_rgba;
 	struct wl_listener activate_listener;
 
 	xcb_window_t selection_window;