Merge lp://staging/~mkhu/compiz/fix_workarounds_plugin_typo_0.9.9 into lp://staging/compiz/0.9.9
Proposed by
Micheal Hsu
Status: | Rejected | ||||
---|---|---|---|---|---|
Rejected by: | Stephen M. Webb | ||||
Proposed branch: | lp://staging/~mkhu/compiz/fix_workarounds_plugin_typo_0.9.9 | ||||
Merge into: | lp://staging/compiz/0.9.9 | ||||
Diff against target: |
12 lines (+1/-1) 1 file modified
plugins/workarounds/src/workarounds.cpp (+1/-1) |
||||
To merge this branch: | bzr merge lp://staging/~mkhu/compiz/fix_workarounds_plugin_typo_0.9.9 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Stephen M. Webb | Disapprove | ||
Marco Trevisan (TreviƱo) | Pending | ||
Review via email: mp+163942@code.staging.launchpad.net |
Commit message
workarounds.cpp: Fix typo in call to XShapeSelectInput.
(LP: #1167284)
Description of the change
in workarounds.cpp:
WorkaroundsWind
{
...
XShapeSelectInput (screen->dpy (), xid, ShapeNotify);
}
ShapeNotify is the event code. it should be changed to ShapeNotifyMask here.
To post a comment you must log in.
Unmerged revisions
- 3657. By Micheal Hsu
-
workarounds plugin: fix a typo (change ShapeNotify to ShapeNotifyMask in XShapeSelectInput)
0.9.9 branch is no longer maintained