Merge lp:~compiz-team/compiz/compiz.fix_1046212 into lp:compiz/0.9.8

Proposed by Sam Spilsbury
Status: Merged
Approved by: Timo Jyrinki
Approved revision: 3336
Merged at revision: 3348
Proposed branch: lp:~compiz-team/compiz/compiz.fix_1046212
Merge into: lp:compiz/0.9.8
Diff against target: 12 lines (+1/-1)
1 file modified
compizconfig/integration/gnome/include/ccs_gnome_integration_constants.h (+1/-1)
To merge this branch: bzr merge lp:~compiz-team/compiz/compiz.fix_1046212
Reviewer Review Type Date Requested Status
Timo Jyrinki Approve
jenkins (community) continuous-integration Approve
Review via email: mp+122816@code.launchpad.net

Commit message

Bump COMPIZ_GNOME_INTEGRATED_SETTINGS_LIST_SIZE

Description of the change

Bump COMPIZ_GNOME_INTEGRATED_SETTINGS_LIST_SIZE . We have to use the #define due to C's rule on using global constants as array size specifiers. Tests are coming in another branch (they are WIP at the moment)

To post a comment you must log in.
Revision history for this message
jenkins (martin-mrazik+qa) wrote :
review: Approve (continuous-integration)
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

This is indeed needed for show-hud in org.compiz.integrated to start working.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'compizconfig/integration/gnome/include/ccs_gnome_integration_constants.h'
2--- compizconfig/integration/gnome/include/ccs_gnome_integration_constants.h 2012-08-22 09:15:24 +0000
3+++ compizconfig/integration/gnome/include/ccs_gnome_integration_constants.h 2012-09-05 09:06:40 +0000
4@@ -201,7 +201,7 @@
5 * C doesn't have a concept of "constants" setting
6 * the array size ...
7 */
8-#define CCS_GNOME_INTEGRATED_SETTINGS_LIST_SIZE 119
9+#define CCS_GNOME_INTEGRATED_SETTINGS_LIST_SIZE 120
10
11 typedef struct _CCSGNOMEIntegratedSettingsList
12 {

Subscribers

People subscribed via source and target branches