~ubuntu-branches/ubuntu/lucid/fltk1.1/lucid

« back to all changes in this revision

Viewing changes to src/fl_show_colormap.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2010-01-06 22:05:04 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100106220504-nwj8m1sa90s760yt
Tags: 1.1.10-2
* src/Makefile: link libfltk.so.1.1 against -lpthread, as fluid now
  otherwise fails to link on the Hurd (with complaints that libfltk.so.1
  contains undefined references to pthread_mutexattr_*).
* debian/source.lintian-overrides: retire per Lintian 2.3.1.  (See #553264.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
 
// "$Id: fl_show_colormap.cxx 5190 2006-06-09 16:16:34Z mike $"
 
2
// "$Id: fl_show_colormap.cxx 6926 2009-11-07 21:01:08Z matt $"
3
3
//
4
4
// Colormap color selection dialog for the Fast Light Tool Kit (FLTK).
5
5
//
53
53
  Fl_Window(BOXSIZE*8+1+2*BORDER, BOXSIZE*32+1+2*BORDER) {
54
54
  clear_border();
55
55
  set_modal();
56
 
  initial = which = oldcol;
 
56
  initial = which = previous = oldcol;
 
57
  done = 0;
57
58
}
58
59
 
59
60
void ColorMenu::drawbox(Fl_Color c) {
157
158
}
158
159
 
159
160
//
160
 
// End of "$Id: fl_show_colormap.cxx 5190 2006-06-09 16:16:34Z mike $".
 
161
// End of "$Id: fl_show_colormap.cxx 6926 2009-11-07 21:01:08Z matt $".
161
162
//