diff -uN metacity-2.5.2-base/src/display.c metacity-2.5.2-patch/src/display.c
--- metacity-2.5.2-base/src/display.c	2003-05-16 17:53:42.000000000 -0400
+++ metacity-2.5.2-patch/src/display.c	2003-08-30 12:40:20.000000000 -0400
@@ -1333,7 +1333,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)
                 {
@@ -1368,7 +1368,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,
Common subdirectories: metacity-2.5.2-base/src/themes and metacity-2.5.2-patch/src/themes
Common subdirectories: metacity-2.5.2-base/src/tools and metacity-2.5.2-patch/src/tools
Common subdirectories: metacity-2.5.2-base/src/wm-tester and metacity-2.5.2-patch/src/wm-tester
