commit | e89cef37eb341a073b87d9b560a6501759bc60f8 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon Jul 16 11:57:08 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Jul 16 13:35:27 2012 -0400 |
tree | 67d8010526250980faf2ddcefd9cf79d98c780dc | |
parent | e6d8d2f62aa560035bfe86f35f79c2dbeb35f208 [diff] [blame] |
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;