From: <dom...@us...> - 2010-12-31 17:04:33
|
Revision: 44 http://fvwm-crystal.svn.sourceforge.net/fvwm-crystal/?rev=44&view=rev Author: dominique_libre Date: 2010-12-31 17:04:27 +0000 (Fri, 31 Dec 2010) Log Message: ----------- Icon-Thumbnails : cleanup and added comment when used at the same time than Fullscreen Modified Paths: -------------- ChangeLog fvwm/components/functions/Icon-Thumbnails Modified: ChangeLog =================================================================== --- ChangeLog 2010-12-31 16:58:46 UTC (rev 43) +++ ChangeLog 2010-12-31 17:04:27 UTC (rev 44) @@ -6,7 +6,8 @@ * Icon-Launcher initial commit. Very experimental. Don't know if it will be released here or in the contrib directory. Work for me but certainly not portable at that time. - + * Icon-Thumbnails : cleanup and added comment + Mercredi 23 décembre 2010 Dominique Michel * New Amiga focus policy : click to focus without raise, icons are move to focus :), its not AmigaOS behaviour but I like it that Modified: fvwm/components/functions/Icon-Thumbnails =================================================================== --- fvwm/components/functions/Icon-Thumbnails 2010-12-31 16:58:46 UTC (rev 43) +++ fvwm/components/functions/Icon-Thumbnails 2010-12-31 17:04:27 UTC (rev 44) @@ -1,4 +1,5 @@ # Thumbnails +# Must be included after Fullscreen otherwise the icons can be moved SetEnv ThumbWidth 128 SetEnv ThumbHeight 128 @@ -94,6 +95,5 @@ DestroyModuleConfig FvwmEvent-Icon-Thumbnails: * *FvwmEvent-Icon-Thumbnails: deiconify RemoveThumbnail Module FvwmEvent FvwmEvent-Icon-Thumbnails -Module FvwmEvent FvwmEvent-Icon-Thumbnails # vim:ft=fvwm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |