Merge lp://staging/~samuel-thibault/compiz/clone into lp://staging/compiz/0.9.13
Proposed by
Samuel thibault
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~samuel-thibault/compiz/clone |
Merge into: | lp://staging/compiz/0.9.13 |
Diff against target: |
696 lines (+148/-124) 4 files modified
include/core/screen.h (+1/-0) plugins/ezoom/src/ezoom.cpp (+137/-124) src/privatescreen.h (+1/-0) src/screen.cpp (+9/-0) |
To merge this branch: | bzr merge lp://staging/~samuel-thibault/compiz/clone |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Andrea Azzarone | Needs Fixing | ||
Review via email: mp+348992@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 4145. By Samuel thibault
-
Move zoomareas at redirection into a helper, update callers
- 4144. By Samuel thibault
-
Fix ezooom when randr is in clone mode
- This adds CompScreenImpl:
:outputDev which returns the CompOutput corresponding
to a CompOutput id, but special-case id ~0 and return the fullscreen CompOutput
in that case.
- This makes ezoom use it instead of indexing within screen->outputDevs.
- This makes out < 0 a valid output
- This redirect zooms.at () to use ZoomArea 0 when out < 0 (fullscreen output case).
Please take a looks to the inline comments. What do you think?