Merge lp://staging/~mkhu/compiz/fix_startup_notification_busy_cursor_0.9.9 into lp://staging/compiz/0.9.9
Proposed by
Micheal Hsu
Status: | Merged |
---|---|
Approved by: | Francis Ginther |
Approved revision: | 3656 |
Merged at revision: | 3656 |
Proposed branch: | lp://staging/~mkhu/compiz/fix_startup_notification_busy_cursor_0.9.9 |
Merge into: | lp://staging/compiz/0.9.9 |
Diff against target: |
70 lines (+9/-4) 3 files modified
CMakeLists.txt (+1/-1) src/privatescreen.h (+1/-0) src/screen.cpp (+7/-3) |
To merge this branch: | bzr merge lp://staging/~mkhu/compiz/fix_startup_notification_busy_cursor_0.9.9 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Marco Trevisan (Treviño) | Approve | ||
Review via email: mp+163629@code.staging.launchpad.net |
Commit message
Use XIDefineCursor rather than XDefineCursor.
compiz should show a busy cursor during the application startup stage.
the corresponding code is in scr/screen.cpp:
cps::StartupSeq
the patch changes all XDefineCursor to XIDefineCursor (see XInput2 extension)
(LP: #1179155)
Description of the change
compiz should show a busy cursor during the application startup stage.
the corresponding code is in scr/screen.cpp:
cps::StartupSeq
the patch changes all XDefineCursor to XIDefineCursor (see XInput2 extension)
To post a comment you must log in.
Thanks a lot!