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

Collapse All | Expand All

(-)fishmon.c.orig (+3 lines)
Lines 152-157 Link Here
152
152
153
int main(int argc, char **argv)
153
int main(int argc, char **argv)
154
{
154
{
155
    /* This is needed to proper dockapp work on >=GTK+-2.18 */
156
    setenv("GDK_NATIVE_WINDOWS", "1", 0);
155
    int ch;
157
    int ch;
156
    GdkEvent *event;
158
    GdkEvent *event;
157
#ifdef PRO
159
#ifdef PRO
Lines 694-699 Link Here
694
    gdk_window_show(bm.win);
696
    gdk_window_show(bm.win);
695
697
696
    XSetWMHints(GDK_WINDOW_XDISPLAY(bm.win), win, &wmhints);
698
    XSetWMHints(GDK_WINDOW_XDISPLAY(bm.win), win, &wmhints);
699
    gdk_window_show(bm.iconwin);
697
700
698
#undef MASK
701
#undef MASK
699
}				/* make_new_fishmon_dockapp */
702
}				/* make_new_fishmon_dockapp */

Return to bug 310779