From 5fee59e19e46ccee891c96e8177afb7d4c400e57 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 2 Jun 2015 16:16:36 +0100 Subject: update to fvwm-crystal 3.2.3 This update is big: upstream has simplified and refactored everything, so I had to move stuff around a lot. I now rely much more on the overlay system, instead of adding custom files all over the place. --- components/functions/Notify | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 components/functions/Notify (limited to 'components/functions/Notify') diff --git a/components/functions/Notify b/components/functions/Notify deleted file mode 100644 index f0c2a55..0000000 --- a/components/functions/Notify +++ /dev/null @@ -1,12 +0,0 @@ -AddToFunc StartFunction -+ I ModuleSynchronous FvwmPerl NotifyPerl -+ I SendToModule NotifyPerl load FvwmNotify.pm - -DestroyFunc BubbleNotify -AddToFunc BubbleNotify -+ I SendToModule NotifyPerl eval FvwmNotify::notify(q{$0},q{$1},q{$2},q{$3},q{$4}) - -DestroyFunc UrgencyFunc -AddtoFunc UrgencyFunc -+ I BubbleNotify $[w.name] $[w.name] 'beep!' 2000 $[w.iconfile] - -- cgit v1.2.3