diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-09-25 18:56:05 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-09-25 18:56:05 +0200 |
| commit | 83762aeb0cf12e02087c0209cd68c50255147dc1 (patch) | |
| tree | 4c0906bcd7697570254ecd4982704e47d43621d3 /unity-shared | |
| parent | 1a48d9e6fb213c58fa10a5e6823c6c8172af9033 (diff) | |
CompizUtils: add missing comments
(bzr r3806.12.21)
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/CompizUtils.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/unity-shared/CompizUtils.cpp b/unity-shared/CompizUtils.cpp index 3139f3725..fb7b1a587 100644 --- a/unity-shared/CompizUtils.cpp +++ b/unity-shared/CompizUtils.cpp @@ -169,6 +169,8 @@ int CairoContext::height() const return cairo_xlib_surface_get_height(surface_); } +// + bool IsWindowShadowDecorable(CompWindow* win) { if (!win) @@ -185,7 +187,7 @@ bool IsWindowShadowDecorable(CompWindow* win) if (win->region().numRects() != 1) // Non rectangular windows return false; - else if (win->region().boundingRect() != win->geometry()) + else if (win->region().boundingRect() != win->geometry()) // Shaped windows return false; if (win->alpha()) |
