updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / seaview / seaview_black.patch
blobca09f5b909f79eddcf78358b5e340bd57891bc7d
1 --- seaview_old.cxx 2010-11-25 07:57:00.000000000 -0800
2 +++ seaview.cxx 2011-03-27 02:19:41.400003256 -0700
3 @@ -4622,7 +4622,7 @@
4 int i, w_w, w_h, back_color, region_back_color, defaultformat;
5 char *win_size, *save_format;
6 static int first = TRUE;
7 -static int dnacolors[] = { FL_WHITE, FL_RED, FL_GREEN, FL_YELLOW, FL_BLUE };
8 +static int dnacolors[] = { FL_BLACK, FL_RED, FL_GREEN, FL_YELLOW, FL_BLUE };
9 static int numb_dnacolors = sizeof(dnacolors) / sizeof(int);
10 static char *customdnacolors;
11 static int *protcolors;