Skip to content

Commit

Permalink
ratpoison: hotfix for 0010-Notification-on-urgency-flag.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed May 17, 2024
1 parent 3589708 commit 02caba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ratpoison/.md5sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ a8da2c3fa7027924308ff32015c39e17 0006-Fix-don-t-draw-help-window-beyond-screen-
4e5e803df9eae0683cec89182e6c46cf 0007-Fix-draw-the-license-text-centered-on-multi-screen-s.patch
be4ad9e2d3afbe4f1b7e7ce336b05a3b 0008-Fix-exclude-degenerate-case-from-frame-overlap.patch
21b1fb165c64945114bbfb2dfa76e425 0009-ratpoison.mdoc.1-add-missing-infofmt-description-and.patch
5102314ef1b7eb7b81a104d0371bcd4e 0010-Notification-on-urgency-flag.patch
15c53d4657b83cc7d12d9f81ca754a32 0010-Notification-on-urgency-flag.patch
63afedddd7897bb248cf6eea2b7f560e genratpoison-re.pl
de38668b1fa3d65821c1da2e35c52cd3 ratpoison-re.pl.diff
2 changes: 1 addition & 1 deletion ratpoison/0010-Notification-on-urgency-flag.patch
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ index 4808d29..9aac114 100644
+ if (!win_elem && group != NULL)
+ win_elem = group_find_window (&group->unmapped_windows, win);
+
+ if (win_elem)
+ if (win_elem && group)
+ marked_message_printf (0, 0, "Window %i (%s) in group %i wants attention",
+ win_elem->number, window_name (win), group->number);
+ }
Expand Down

0 comments on commit 02caba4

Please sign in to comment.