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

Collapse All | Expand All

(-)bubblemon-dockapp-1.46_gentoo/bubblemon.c (-4 / +1 lines)
Lines 44-50 Link Here
44
 */
44
 */
45
#define _GNU_SOURCE
45
#define _GNU_SOURCE
46
46
47
#define VERSION "1.41"
47
#define VERSION "1.46"
48
48
49
/* general includes */
49
/* general includes */
50
#include <stdio.h>
50
#include <stdio.h>
Lines 607-616 Link Here
607
607
608
    gdk_window_show(bm.win);
608
    gdk_window_show(bm.win);
609
    XSetWMHints(GDK_WINDOW_XDISPLAY(bm.win), win, &wmhints);
609
    XSetWMHints(GDK_WINDOW_XDISPLAY(bm.win), win, &wmhints);
610
#ifdef KDE_DOCKAPP
611
    /* makes the dockapp visible inside KDE wm */
612
    gdk_window_show(bm.iconwin);
610
    gdk_window_show(bm.iconwin);
613
#endif
614
611
615
    /* We begin with zero bubbles */
612
    /* We begin with zero bubbles */
616
    bm.n_bubbles = 0;
613
    bm.n_bubbles = 0;

Return to bug 310399