mirror of https://github.com/fltk/fltk
STR #1447: Fixed CMake files to include new GTK+ scheme
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5490 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
faddffcf18
commit
cc1ab1a315
1
CHANGES
1
CHANGES
|
@ -1,5 +1,6 @@
|
||||||
CHANGES IN FLTK 1.1.8
|
CHANGES IN FLTK 1.1.8
|
||||||
|
|
||||||
|
- Fixed CMake file to support GTK+ theme (STR #1447)
|
||||||
- Implemented alpha blending for Quartz, WIN32, and X11
|
- Implemented alpha blending for Quartz, WIN32, and X11
|
||||||
- Check buttons did not redraw properly with box() set to
|
- Check buttons did not redraw properly with box() set to
|
||||||
FL_NO_BOX (STR #1440)
|
FL_NO_BOX (STR #1440)
|
||||||
|
|
|
@ -104,6 +104,7 @@ SET(CPPFILES
|
||||||
fl_engraved_label.cxx
|
fl_engraved_label.cxx
|
||||||
fl_file_dir.cxx
|
fl_file_dir.cxx
|
||||||
fl_font.cxx
|
fl_font.cxx
|
||||||
|
fl_gtk.cxx
|
||||||
fl_labeltype.cxx
|
fl_labeltype.cxx
|
||||||
fl_line_style.cxx
|
fl_line_style.cxx
|
||||||
fl_oval_box.cxx
|
fl_oval_box.cxx
|
||||||
|
|
Loading…
Reference in New Issue