rpms/wmx/F-9 wmx-7-cfg.patch,1.1,1.2 wmx.spec,1.16,1.17

Gabriel L. Somlo somlo at fedoraproject.org
Tue Jan 13 18:34:06 UTC 2009


Author: somlo

Update of /cvs/pkgs/rpms/wmx/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28596/F-9

Modified Files:
	wmx-7-cfg.patch wmx.spec 
Log Message:
re-enabled scroll-wheel-cycles-channels feature

wmx-7-cfg.patch:

Index: wmx-7-cfg.patch
===================================================================
RCS file: /cvs/pkgs/rpms/wmx/F-9/wmx-7-cfg.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmx-7-cfg.patch	12 Jan 2009 18:36:48 -0000	1.1
+++ wmx-7-cfg.patch	13 Jan 2009 18:33:35 -0000	1.2
@@ -1,6 +1,6 @@
 diff -NarU5 wmx-7.orig/Config.h wmx-7/Config.h
 --- wmx-7.orig/Config.h	2009-01-09 06:18:03.000000000 -0500
-+++ wmx-7/Config.h	2009-01-11 12:22:25.000000000 -0500
++++ wmx-7/Config.h	2009-01-13 13:23:31.000000000 -0500
 @@ -93,11 +93,11 @@
   
  // Directory under $HOME in which to look for commands for the
@@ -40,6 +40,21 @@
  // modifier is pressed; they're keysyms as defined in <X11/keysym.h>
  // and <X11/keysymdef.h>
  
+@@ -253,12 +253,12 @@
+ // at all, define it to CONFIG_NO_BUTTON.
+ #define CONFIG_NO_BUTTON 999
+ #define CONFIG_CLIENTMENU_BUTTON  Button1
+ #define CONFIG_COMMANDMENU_BUTTON Button2
+ #define CONFIG_CIRCULATE_BUTTON   Button3 // switch window, when over frame
+-#define CONFIG_PREVCHANNEL_BUTTON CONFIG_NO_BUTTON // flip channel, when over frame
+-#define CONFIG_NEXTCHANNEL_BUTTON CONFIG_NO_BUTTON
++#define CONFIG_PREVCHANNEL_BUTTON Button4 // flip channel, when over frame
++#define CONFIG_NEXTCHANNEL_BUTTON Button5
+ //#define CONFIG_PREVCHANNEL_BUTTON CONFIG_NO_BUTTON
+ //#define CONFIG_NEXTCHANNEL_BUTTON CONFIG_NO_BUTTON
+ 
+ 
+ // ==============================
 @@ -329,11 +329,11 @@
  #define CONFIG_MENU_BORDERS       "black"
  


Index: wmx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wmx/F-9/wmx.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- wmx.spec	12 Jan 2009 18:36:48 -0000	1.16
+++ wmx.spec	13 Jan 2009 18:33:35 -0000	1.17
@@ -1,6 +1,6 @@
 Name: wmx
 Version: 7
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A really simple window manager for X
 License: BSD
 Group: User Interface/X
@@ -51,6 +51,9 @@
 %{_sysconfdir}/X11/xinit/Xclients.d/*
 
 %changelog
+* Tue Jan 13 2009 Gabriel Somlo <somlo at cmu.edu> 7-2 
+- re-enabled scroll-wheel-cycles-channels feature
+
 * Sat Jan 10 2009 Gabriel Somlo <somlo at cmu.edu> 7-1 
 - update to 7
 




More information about the fedora-extras-commits mailing list