diff options
| author | Jason Smith <jason.smith@canonical.com> | 2011-01-31 09:36:13 -0500 |
|---|---|---|
| committer | Jason Smith <jason.smith@canonical.com> | 2011-01-31 09:36:13 -0500 |
| commit | b8ac2aef28eb31e73e43406d2997993400cb4425 (patch) | |
| tree | b41f9692c45ffbf0e55f0fbf00893f475cf171be /src | |
| parent | 06d2187c055f7e80633dbc9fd2fae45a8e31c8c9 (diff) | |
Add comment to explain hack
(bzr r785.7.7)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Launcher.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Launcher.cpp b/src/Launcher.cpp index fab9fed2a..a5aceeb8c 100644 --- a/src/Launcher.cpp +++ b/src/Launcher.cpp @@ -1117,6 +1117,7 @@ bool Launcher::AutohideEnabled () /* End Launcher Show/Hide logic */ +// Hacks around compiz failing to see the struts because the window was just mapped. gboolean Launcher::StrutHack (gpointer data) { Launcher *self = (Launcher *) data; |
