xwayland: Set decoration margin for xwayland windows

This commit is contained in:
Kristian Høgsberg
2014-04-30 16:28:41 -07:00
parent 052ef4e7bc
commit e5c1ae9368
3 changed files with 23 additions and 6 deletions
+3 -1
View File
@@ -111,7 +111,9 @@ struct weston_shell_interface {
struct weston_seat *ws, uint32_t edges);
void (*set_title)(struct shell_surface *shsurf,
const char *title);
void (*set_margin)(struct shell_surface *shsurf,
int32_t left, int32_t right,
int32_t top, int32_t bottom);
};
struct weston_animation {