aboutsummaryrefslogtreecommitdiff
path: root/gnu/artwork.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/artwork.scm')
0 files changed, 0 insertions, 0 deletions
sizehints.height = 64; @@ -592,18 +580,11 @@ exit(1); } - bm.iconwin = gdk_window_new(bm.win, &attri, GDK_WA_TITLE | GDK_WA_WMCLASS); - if (!bm.iconwin) { - fprintf(stderr, "FATAL: Cannot make icon window\n"); - exit(1); - } - win = GDK_WINDOW_XWINDOW(bm.win); - iconwin = GDK_WINDOW_XWINDOW(bm.iconwin); XSetWMNormalHints(GDK_WINDOW_XDISPLAY(bm.win), win, &sizehints); wmhints.initial_state = WithdrawnState; - wmhints.icon_window = iconwin; + wmhints.icon_window = win; wmhints.icon_x = 0; wmhints.icon_y = 0; wmhints.window_group = win; @@ -613,10 +594,8 @@ bm.pixmap = gdk_pixmap_create_from_xpm_d(bm.win, &(bm.mask), NULL, master_xpm); gdk_window_shape_combine_mask(bm.win, bm.mask, 0, 0); - gdk_window_shape_combine_mask(bm.iconwin, bm.mask, 0, 0); gdk_window_set_back_pixmap(bm.win, bm.pixmap, False); - gdk_window_set_back_pixmap(bm.iconwin, bm.pixmap, False); #if 0 gdk_window_set_type_hint(bm.win, GDK_WINDOW_TYPE_HINT_DOCK); @@ -626,7 +605,6 @@ #endif icon = gdk_pixmap_create_from_xpm_d(bm.win, NULL, NULL, icon_xpm); - gdk_window_set_icon(bm.win, bm.iconwin, icon, NULL); gdk_window_show(bm.win); @@ -721,9 +699,6 @@ case 'l': lock = 1; break; - case 'b': - broken_wm = 1; - break; case 'h': default: do_help(); @@ -766,6 +741,5 @@ for (i = 0; i < NFLAMES; i++) fprintf(stderr, "%d:%s ", i + 1, fire[i].text); fprintf(stderr, "\n\t-l\t\t\tlock flame colour and monitor\n"); - fprintf(stderr, "\t-b\t\t\tactivate broken window manager fix\n"); fprintf(stderr, "\t-h\t\t\tprints this help\n"); } Only in wmfire-1.2.4/src: wmfire.c~ diff -ur wmfire-1.2.4.old/wmfire.1 wmfire-1.2.4/wmfire.1 --- wmfire-1.2.4.old/wmfire.1 2017-04-23 14:26:58.449487117 -0400 +++ wmfire-1.2.4/wmfire.1 2017-04-23 14:41:20.697186114 -0400 @@ -8,7 +8,6 @@ .SH SYNOPSIS .B wmfire -[-b] [-c CPU] [-f COLOUR] [-F FILE] @@ -54,9 +53,6 @@ .SH OPTIONS .TP -.B -b -Activate broken window manager fix (if grey box diplayed) -.TP .B -c [0..3] .br Monitor SMP CPU number X