summaryrefslogtreecommitdiff
path: root/src/Fl_Window_shape.cxx
AgeCommit message (Collapse)Author
2014-10-01Protect use of dlopen() and dlsym() with HAVE_DLSYM and HAVE_DLFCN_H for ↵Manolo Gouy
compatibility with cases where these functions aren’t available. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10348 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-09-22Reformatted the Doxygen documentation of Fl_Window::shape(Fl_Image*)Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10329 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-09-21Corrected problem when compiling without FLTK_ABI_VERSION.Manolo Gouy
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10327 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-09-21STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new ↵Manolo Gouy
member function Fl_Window::shape(Fl_Image*) that gives a non-rectangular shape to a standard window. The benefit is that it works with Fl_Double_Window and Fl_Menu_Window as well. It also works for free with Fl_Gl_Window on the X11 platform only. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10325 ea41ed52-d2ee-0310-a9c1-e6b18d33e121