Remove unused enum.
This commit is contained in:
committed by
Kristian Høgsberg
parent
cd3bbc2059
commit
243f59f5bb
@@ -351,10 +351,6 @@ struct weston_compositor {
|
|||||||
struct weston_xkb_info xkb_info;
|
struct weston_xkb_info xkb_info;
|
||||||
};
|
};
|
||||||
|
|
||||||
enum weston_output_flags {
|
|
||||||
WL_OUTPUT_FLIPPED = 0x01
|
|
||||||
};
|
|
||||||
|
|
||||||
struct weston_region {
|
struct weston_region {
|
||||||
struct wl_resource resource;
|
struct wl_resource resource;
|
||||||
pixman_region32_t region;
|
pixman_region32_t region;
|
||||||
|
|||||||
Reference in New Issue
Block a user