gnome-control-center r8706 - branches/randr-12/capplets/display



Author: ssp
Date: Thu May 15 01:04:36 2008
New Revision: 8706
URL: http://svn.gnome.org/viewvc/gnome-control-center?rev=8706&view=rev

Log:
Wed May 14 18:16:10 2008  Sïren Sandmann  <sandmann redhat com>

	* xrandr-capplet.c: Add GNOME_DESKTOP_USE_UNSTABLE_API define

	* scrollarea.[ch]: Add copyright statement




Modified:
   branches/randr-12/capplets/display/ChangeLog
   branches/randr-12/capplets/display/scrollarea.c
   branches/randr-12/capplets/display/scrollarea.h
   branches/randr-12/capplets/display/xrandr-capplet.c

Modified: branches/randr-12/capplets/display/scrollarea.c
==============================================================================
--- branches/randr-12/capplets/display/scrollarea.c	(original)
+++ branches/randr-12/capplets/display/scrollarea.c	Thu May 15 01:04:36 2008
@@ -1,3 +1,21 @@
+/* Copyright 2006, 2007, 2008, Soren Sandmann <sandmann daimi au dk>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
 #include <gdk/gdkprivate.h> /* For GDK_PARENT_RELATIVE_BG */
 #include "scrollarea.h"
 #include "foo-marshal.h"

Modified: branches/randr-12/capplets/display/scrollarea.h
==============================================================================
--- branches/randr-12/capplets/display/scrollarea.h	(original)
+++ branches/randr-12/capplets/display/scrollarea.h	Thu May 15 01:04:36 2008
@@ -1,3 +1,20 @@
+/* Copyright 2006, 2007, 2008, Soren Sandmann <sandmann daimi au dk>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #include <cairo/cairo.h>
 #include <gtk/gtk.h>
 

Modified: branches/randr-12/capplets/display/xrandr-capplet.c
==============================================================================
--- branches/randr-12/capplets/display/xrandr-capplet.c	(original)
+++ branches/randr-12/capplets/display/xrandr-capplet.c	Thu May 15 01:04:36 2008
@@ -24,7 +24,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include "scrollarea.h"
-#define I_KNOW_THIS_IS_UNSTABLE_AND_ONLY_IN_FEDORA
+#define GNOME_DESKTOP_USE_UNSTABLE_API
 #include <libgnomeui/randrwrap.h>
 #include <libgnomeui/monitor-db.h>
 #include <gdk/gdkx.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]