From 048db015fec0826523e90e7e9d74b1d9cff9c9d9 Mon Sep 17 00:00:00 2001 From: Don Pellegrino Date: Thu, 03 Sep 2009 01:45:01 +0000 Subject: Added a display list for the DataRose. --- diff --git a/src/model/state/state.h b/src/model/state/state.h index 26141f2..ba6d7ab 100644 --- a/src/model/state/state.h +++ b/src/model/state/state.h @@ -26,9 +26,9 @@ typedef enum { PROTEIN_GEOMETRY, PROTEIN_SELECTED_GEOMETRY, DENSITY_LEGEND_GEOMETRY, - MAP_GEOMETRY + MAP_GEOMETRY, DATAROSE_GEOMETRY } LISTS; -#define NUM_LISTS 2 +#define NUM_LISTS 5 /* * Maintain state of the model. -- cgit v0.8.3.1-22-g547a