Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 230321 | Differences between
and this patch

Collapse All | Expand All

(-)icc_examin.cpp.orig (-2 / +2 lines)
Lines 201-207 Link Here
201
#   endif
201
#   endif
202
# if HAVE_X
202
# if HAVE_X
203
  MyFl_Double_Window::icon = icc_examin_xpm;
203
  MyFl_Double_Window::icon = (char **) icc_examin_xpm;
204
  setzeIcon( icc_betrachter->details, icc_examin_xpm );
204
  setzeIcon( icc_betrachter->details, (char **) icc_examin_xpm );
205
# endif
205
# endif
206
206
207
  DBG_PROG_S( "Show vcgt" )
207
  DBG_PROG_S( "Show vcgt" )

Return to bug 230321