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

(-)./plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp.orig (-1 / +1 lines)
Lines 162-168 Link Here
162
}
162
}
163
163
164
void
164
void
165
setzeIcon      ( Fl_Window *fenster, char   **xpm_daten )
165
setzeIcon      ( Fl_Window *fenster, char   **xpm_daten )
166
{
166
{
167
# if HAVE_X && !APPLE
167
# if HAVE_X && !APPLE
168
  fl_open_display();
168
  fl_open_display();
(-)icc_helfer_fltk.cpp.orig (-1 / +1 lines)
Lines 176-182 Link Here
176
# if HAVE_Xpm
176
# if HAVE_Xpm
177
  XpmCreatePixmapFromData(  fl_display,
177
  XpmCreatePixmapFromData(  fl_display,
178
                            DefaultRootWindow(fl_display),
178
                            DefaultRootWindow(fl_display),
179
                            xpm_daten,
179
                            (char **) xpm_daten,
180
                            &pm,
180
                            &pm,
181
                            &mask,
181
                            &mask,
182
                            NULL);
182
                            NULL);

Return to bug 230321