diff options
| author | Marco Trevisan (TreviƱo) <mail@3v1n0.net> | 2016-05-17 02:55:52 +0000 |
|---|---|---|
| committer | CI Train Bot <ci-train-bot@canonical.com> | 2016-05-17 02:55:52 +0000 |
| commit | f920ab7c3fdcaa394cd273533598c78190849ebe (patch) | |
| tree | bc013ac5ec179ba958b184c3d698b7365a9c9c8f /unity-shared | |
| parent | 6f16fee4c7c314cf5261a42bea9217a0399119e6 (diff) | |
| parent | b0b98e91ae3e55ff0dda76b152809266b9b62cf2 (diff) | |
UnityScreen, UnityWindow: cleanup a little the code, and ensure overridden CompositeWindow functions get actually called
There would be still a lot to do in this scenario, but still a start...F Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4115)
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/DecorationStyle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unity-shared/DecorationStyle.h b/unity-shared/DecorationStyle.h index 9c4891813..3404e6b57 100644 --- a/unity-shared/DecorationStyle.h +++ b/unity-shared/DecorationStyle.h @@ -25,6 +25,7 @@ #include <cairo/cairo.h> #include <memory> +#include <vector> struct _GtkStyleContext; |
