Merge lp:~rodrigo-moya/unity/a11y-global-listeners into lp:unity
Proposed by
Rodrigo Moya
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Rodrigo Moya | ||||
| Approved revision: | no longer in the source branch. | ||||
| Merged at revision: | 769 | ||||
| Proposed branch: | lp:~rodrigo-moya/unity/a11y-global-listeners | ||||
| Merge into: | lp:unity | ||||
| Diff against target: |
172 lines (+94/-25) 1 file modified
src/unity-util-accessible.cpp (+94/-25) |
||||
| To merge this branch: | bzr merge lp:~rodrigo-moya/unity/a11y-global-listeners | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Alejandro Piñeiro (community) | Approve | ||
| Alex Launi (community) | Approve | ||
|
Review via email:
|
|||
Description of the change
Implement global listeners for UnityUtilAccessible class
To post a comment you must log in.

8 - covering_part = (float) (window- >serverWidth () * window- >serverHeight ()) / (float) (screen_ width * screen_height) (window- >serverWidth () * window- >serverHeight ()) / (float) (screen_ width * screen_height);
9 + covering_part = (float)
Can you remove this, and push a new rev before this gets merged? We've fixed this already, and this will just cause a conflict when merging your branch.
69 +static guint nHook listener,
70 +add_listener (GSignalEmissio
71 + const gchar *object_type,
72 + const gchar *signal_name,
73 + const gchar *hook_data)
74 +{
Please align these.
Looks good, what do I need to do to test that this is actually working?