Author: freetz                       Date: Thu Nov 24 13:59:37 2005 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- updated for 2.13.3

---- Files affected:
SOURCES:
   metacity-swap-resize-button.patch (1.1 -> 1.1.2.1) 

---- Diffs:

================================================================
Index: SOURCES/metacity-swap-resize-button.patch
diff -u SOURCES/metacity-swap-resize-button.patch:1.1 
SOURCES/metacity-swap-resize-button.patch:1.1.2.1
--- SOURCES/metacity-swap-resize-button.patch:1.1       Mon Jun  7 00:23:13 2004
+++ SOURCES/metacity-swap-resize-button.patch   Thu Nov 24 14:59:31 2005
@@ -1,21 +1,51 @@
-diff -urN metacity-2.8.1.orig/src/display.c metacity-2.8.1/src/display.c
---- metacity-2.8.1.orig/src/display.c  2001-09-15 00:09:16.000000000 +0200
-+++ metacity-2.8.1/src/display.c       2004-06-07 00:20:22.199546400 +0200
-@@ -1404,7 +1404,7 @@
-               if (!unmodified)
-                 begin_move = TRUE;
-             }
--          else if (!unmodified && event->xbutton.button == 2)
-+          else if (!unmodified && event->xbutton.button == 3)
-             {
-               if (window->has_resize_func)
-                 {
-@@ -1440,7 +1440,7 @@
-                                               event->xbutton.y_root);
-                 }
-             }
--          else if (event->xbutton.button == 3)
-+          else if (event->xbutton.button == 2)
-             {
-               meta_window_show_menu (window,
-                                      event->xbutton.x_root,
+diff -urN metacity-2.4.8.orig/src/Makefile.am metacity-2.4.8/src/Makefile.am
+--- metacity-2.4.8.orig/src/Makefile.am        Mon Dec  9 21:58:58 2002
++++ metacity-2.4.8/src/Makefile.am     Mon Dec  9 22:03:04 2002
+@@ -31,8 +31,6 @@
+       frame.h                                 \
+       frames.c                                \
+       frames.h                                \
+-      gradient.c                              \
+-      gradient.h                              \
+       group.c                                 \
+       group.h                                 \
+       group-private.h                         \
+@@ -64,16 +62,10 @@
+       stack.h                                 \
+       tabpopup.c                              \
+       tabpopup.h                              \
+-      theme.c                                 \
+-      theme.h                                 \
+-      theme-parser.c                          \
+-      theme-parser.h                          \
+       themewidget.c                           \
+       themewidget.h                           \
+       ui.c                                    \
+       ui.h                                    \
+-      util.c                                  \
+-      util.h                                  \
+       window.c                                \
+       window.h                                \
+       window-props.c                          \
+@@ -117,17 +109,17 @@
+ libexec_PROGRAMS=metacity-dialog
+ 
+ EFENCE=
[EMAIL PROTECTED]@ $(EFENCE)
[EMAIL PROTECTED]@ $(EFENCE) libmetacity-private.la
+ metacity_theme_viewer_LDADD= @METACITY_LIBS@ libmetacity-private.la
+ [EMAIL PROTECTED]@
+ 
+-testgradient_SOURCES=gradient.h gradient.c testgradient.c
++testgradient_SOURCES=testgradient.c
+ testasyncgetprop_SOURCES=async-getprop.h async-getprop.c testasyncgetprop.c
+ 
+ noinst_PROGRAMS=testgradient testasyncgetprop
+ 
+-testgradient_LDADD= @METACITY_LIBS@
+-testasyncgetprop_LDADD= @METACITY_LIBS@
++testgradient_LDADD= @METACITY_LIBS@ libmetacity-private.la
++testasyncgetprop_LDADD= @METACITY_LIBS@ 
+ 
+ desktopfilesdir=$(datadir)/gnome/wm-properties
+ desktopfiles_in_files=metacity.desktop.in
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SOURCES/metacity-swap-resize-button.patch?r1=1.1&r2=1.1.2.1&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to