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 / +3 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 276-281 Link Here
276
276
277
int main(int argc, char **argv)
277
int main(int argc, char **argv)
278
{
278
{
279
    /* This is needed to proper dockapp work on >=GTK+-2.18 */
280
    setenv("GDK_NATIVE_WINDOWS", "1", 0);
279
    char execute[256];
281
    char execute[256];
280
    int proximity = 0;
282
    int proximity = 0;
281
    int ch;
283
    int ch;
Lines 607-616 Link Here
607
609
608
    gdk_window_show(bm.win);
610
    gdk_window_show(bm.win);
609
    XSetWMHints(GDK_WINDOW_XDISPLAY(bm.win), win, &wmhints);
611
    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);
612
    gdk_window_show(bm.iconwin);
613
#endif
614
613
615
    /* We begin with zero bubbles */
614
    /* We begin with zero bubbles */
616
    bm.n_bubbles = 0;
615
    bm.n_bubbles = 0;

Return to bug 310399