Bug 56724 - K12LTSP: window move/resize changes
Summary: K12LTSP: window move/resize changes
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: sawfish
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Havoc Pennington
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-11-26 15:34 UTC by Jeff Johnson
Modified: 2007-04-18 16:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-11-26 15:55:13 UTC
Embargoed:


Attachments (Terms of Use)

Description Jeff Johnson 2001-11-26 15:34:55 UTC
Could you look at integrating the following configuration change from
K12LTSP? Thanks.

--- ./sawfish-0.38/lisp/sawfish/wm/commands/move-resize.jl.orig Sun Oct 28
14:37:28 2001
+++ ./sawfish-0.38/lisp/sawfish/wm/commands/move-resize.jl      Sun Oct 28
14:37:54 2001
@@ -48,14 +48,14 @@
   ;; todo:
   ;;  * obey the aspect ratio size hints

-  (defcustom move-outline-mode 'opaque
+  (defcustom move-outline-mode 'box
     "How windows being moved are animated: \\w"
     :type symbol
     :options (opaque box)
     :user-level novice
     :group move)

-  (defcustom resize-outline-mode 'opaque
+  (defcustom resize-outline-mode 'box
     "How windows being resized are animated: \\w"
     :type symbol
     :options (opaque box)

Comment 1 Havoc Pennington 2001-11-26 16:43:47 UTC
This seems appropriate for terminals but not really for the general default.


Note You need to log in before you can comment on or make changes to this bug.