[maemo-commits] [maemo-commits] r17413 - in projects/haf/trunk/libmatchbox2: . matchbox/core

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Feb 13 13:33:16 EET 2009
Author: gw
Date: 2009-02-13 13:33:12 +0200 (Fri, 13 Feb 2009)
New Revision: 17413

Modified:
   projects/haf/trunk/libmatchbox2/ChangeLog
   projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-decor.c
   projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-decor.h
Log:
	* matchbox/core/mb-wm-decor.c
	* matchbox/core/mb-wm-decor.h:
	  Reverted previous changes as no longer required


Modified: projects/haf/trunk/libmatchbox2/ChangeLog
===================================================================
--- projects/haf/trunk/libmatchbox2/ChangeLog	2009-02-13 09:25:59 UTC (rev 17412)
+++ projects/haf/trunk/libmatchbox2/ChangeLog	2009-02-13 11:33:12 UTC (rev 17413)
@@ -1,3 +1,9 @@
+2009-02-13  Gordon Williams  <gordon.williams at collabora.co.uk>
+	
+	* matchbox/core/mb-wm-decor.c
+	* matchbox/core/mb-wm-decor.h:
+	  Reverted previous (2009-02-12) changes as no longer required
+
 2009-02-12  Gordon Williams  <gordon.williams at collabora.co.uk>
 	
 	* matchbox/core/mb-wm-decor.c

Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-decor.c
===================================================================
--- projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-decor.c	2009-02-13 09:25:59 UTC (rev 17412)
+++ projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-decor.c	2009-02-13 11:33:12 UTC (rev 17413)
@@ -831,8 +831,6 @@
 	  mb_wm_theme_paint_button (wm->theme, button);
 	}
 
-      mb_wm_object_signal_emit(button, MBWMDecorButtonSignalPressed);
-
       if (button->press_activated)
 	{
 	  XUngrabPointer(wm->xdpy, CurrentTime);
@@ -958,9 +956,6 @@
 				goto done;
 			      }
 
-			    mb_wm_object_signal_emit(button,
-			        MBWMDecorButtonSignalReleased);
-
 			    if (button->release)
 			      button->release(wm, button, button->userdata);
 			    else

Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-decor.h
===================================================================
--- projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-decor.h	2009-02-13 09:25:59 UTC (rev 17412)
+++ projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-decor.h	2009-02-13 11:33:12 UTC (rev 17413)
@@ -212,12 +212,6 @@
   */
 };
 
-typedef enum
-{
-  MBWMDecorButtonSignalPressed = 1,
-  MBWMDecorButtonSignalReleased = 2,
-} MBWMDecorButtonSignal;
-
 int
 mb_wm_decor_button_class_type (void);
 


More information about the maemo-commits mailing list