r566 - trunk/src/target/OM-2007/applications/openmoko-taskmanager/patch

tongsong_li at sita.openmoko.org tongsong_li at sita.openmoko.org
Wed Jan 17 03:29:27 CET 2007


Author: tongsong_li
Date: 2007-01-17 03:29:11 +0100 (Wed, 17 Jan 2007)
New Revision: 566

Added:
   trunk/src/target/OM-2007/applications/openmoko-taskmanager/patch/matchbox-window-manager-1.1.patch
Log:
add pathc for matchbox-window-manager-1.1 Attention: some functions of openmoko-taskmanager reference to matchbox-window-manager, before you run openmoko-taskmanager install and run the patched matchbox-window-manager

Added: trunk/src/target/OM-2007/applications/openmoko-taskmanager/patch/matchbox-window-manager-1.1.patch
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-taskmanager/patch/matchbox-window-manager-1.1.patch	2007-01-16 11:52:30 UTC (rev 565)
+++ trunk/src/target/OM-2007/applications/openmoko-taskmanager/patch/matchbox-window-manager-1.1.patch	2007-01-17 02:29:11 UTC (rev 566)
@@ -0,0 +1,44 @@
+diff -ruNw matchbox-window-manager-1.0/src/structs.h source/matchbox-window-manager-1.0/src/structs.h
+--- matchbox-window-manager-1.0/src/structs.h	2006-11-17 16:15:09.000000000 -0500
++++ source/matchbox-window-manager-1.0/src/structs.h	2006-02-19 16:00:52.000000000 -0500
+@@ -146,12 +146,6 @@
+ #define MB_CMD_COMPOSITE   8
+ #define MB_CMB_KEYS_RELOAD 9
+ 
+-/* Defines for MB_COMMAND values, for openmoko project */
+-#define MB_CMD_ACTIVAE_CLIENT 100
+-#define MB_CMD_REMOVE_CLIENT 101
+-#define MB_CMD_REMOVE_AND_ACTIVE 102
+-
+-
+ /* Atoms, if you change these check ewmh_init() first */
+ 
+ enum {
+diff -ruNw matchbox-window-manager-1.0/src/wm.c source/matchbox-window-manager-1.0/src/wm.c
+--- matchbox-window-manager-1.0/src/wm.c	2006-11-17 16:14:04.000000000 -0500
++++ source/matchbox-window-manager-1.0/src/wm.c	2006-02-19 17:44:18.000000000 -0500
+@@ -1625,24 +1625,6 @@
+ 	 case MB_CMD_DESKTOP   :
+ 	   wm_toggle_desktop(w);
+ 	   break;
+-/*For OpenMoko project, add by Sun Zhiyong*/	   
+-	 case MB_CMD_ACTIVAE_CLIENT	:
+-	   if (w->focused_client == c)
+-	     break;
+-	   else
+-	     wm_activate_client(c);	   
+-	     break;
+-	  case MB_CMD_REMOVE_CLIENT	:
+-	     wm_remove_client(w, c);
+-	     break;
+-	  case MB_CMD_REMOVE_AND_ACTIVE	:
+-	     if (c == w->focused_client)
+-	     	 break;
+-	     else
+-	        wm_remove_client(w, w->stack_top_app);
+-	        wm_activate_client(c);
+-	        break;
+-/*End ADD*/	   
+ 	 case MB_CMD_MISC:  /* This is used for random testing stuff */
+ 	   /* comp_engine_deinit(w); */
+ #ifdef DEBUG


Property changes on: trunk/src/target/OM-2007/applications/openmoko-taskmanager/patch/matchbox-window-manager-1.1.patch
___________________________________________________________________
Name: svn:executable
   + *





More information about the commitlog mailing list