diff options
author | Richard Shann <rshann@debianrts.home> | 2010-10-28 17:50:47 +0100 |
---|---|---|
committer | Richard Shann <rshann@debianrts.home> | 2010-10-28 17:50:47 +0100 |
commit | 645c516d32ce63838625c7d412260d628d7c64b5 (patch) | |
tree | b425c0fb9915996ddb8e39d6b24111c99ccd1780 /include | |
parent | f91bfaa3d28a7c3e593995191775f81e2b2f903a (diff) |
Justify the music display (ie no longer ragged right)
Diffstat (limited to 'include')
-rw-r--r-- | include/denemo/denemo_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/denemo/denemo_types.h b/include/denemo/denemo_types.h index c5e0b22a..bb3580a4 100644 --- a/include/denemo/denemo_types.h +++ b/include/denemo/denemo_types.h @@ -831,6 +831,7 @@ typedef struct DenemoGUI #define DENEMO_MAX_SYSTEMS (100) /**< Number of lines of music that can be displayed */ gint lefts[DENEMO_MAX_SYSTEMS];/**< an array to hold the leftmeasurenum of each system in the last-drawn score, used for determining the mouse position on the music */ gint rights[DENEMO_MAX_SYSTEMS];/**< an array to hold the rightmeasurenum of each system in the last-drawn score, used for determining the mouse position on the music */ + gint scales[DENEMO_MAX_SYSTEMS];/**< an array to hold the percent horizontal scaling of each system in the last-drawn score, used for determining the mouse position on the music */ GtkWidget *printarea;/**< area holding a print preview */ GtkWidget *printvscrollbar;/**< scrollbar widget for printarea */ |