18028N/Adiff -Nur gnome-power-manager-2.24.4-org/src/gpm-dpms.c gnome-power-manager-2.24.4/src/gpm-dpms.c
18028N/A--- gnome-power-manager-2.24.4-org/src/gpm-dpms.c 2009-12-31 13:54:06.292238283 +0800
18028N/A+++ gnome-power-manager-2.24.4/src/gpm-dpms.c 2009-12-31 14:02:05.680140581 +0800
18028N/A@@ -39,7 +39,6 @@
18028N/A #ifdef HAVE_DPMS_EXTENSION
18028N/A #include <X11/Xproto.h>
18028N/A #include <X11/extensions/dpms.h>
18028N/A-#include <X11/extensions/dpmsstr.h>
18028N/A #endif
18028N/A
18028N/A #include "gpm-conf.h"
18028N/Adiff -Nur gnome-power-manager-2.24.4-org/configure.ac gnome-power-manager-2.24.4/configure.ac
18028N/A--- gnome-power-manager-2.24.4-org/configure.ac 2009-12-31 13:54:06.292238283 +0800
18028N/A+++ gnome-power-manager-2.24.4/configure.ac 2009-12-31 14:02:05.680140581 +0800
18028N/A@@ -27,12 +27,6 @@ if test "$GCC" = "yes"; then
18028N/A fi
18028N/A
18028N/A dnl ---------------------------------------------------------------------------
18028N/A-dnl - Debugging switches (uncomment this if you want to use gdb)
18028N/A-dnl ---------------------------------------------------------------------------
18028N/A-CPPFLAGS="$CPPFLAGS -g"
18028N/A-CPPFLAGS="$CPPFLAGS -fexceptions"
18028N/A-
18028N/A-dnl ---------------------------------------------------------------------------
18028N/A dnl - GProf switches (do not use for normal building)
18028N/A dnl ---------------------------------------------------------------------------
18028N/A #CPPFLAGS="$CPPFLAGS -c -pg"
12373N/Adiff -Nur gnome-power-manager-2.21.1-org/src/gpm-array-float.c gnome-power-manager-2.21.1/src/gpm-array-float.c
12373N/A--- gnome-power-manager-2.21.1-org/src/gpm-array-float.c 2007-12-17 17:12:56.275650000 +0800
12373N/A+++ gnome-power-manager-2.21.1/src/gpm-array-float.c 2007-12-17 17:02:07.642824000 +0800
12373N/A@@ -75,7 +75,7 @@
12373N/A *
12373N/A * @array: input array
12373N/A **/
12373N/A-inline gfloat
12373N/A+gfloat
12373N/A gpm_array_float_get (GArray *array, guint i)
12373N/A {
12373N/A if (i >= array->len) {
12373N/A@@ -89,7 +89,7 @@
12373N/A *
12373N/A * @array: input array
12373N/A **/
12373N/A-inline void
12373N/A+void
12373N/A gpm_array_float_set (GArray *array, guint i, gfloat value)
12373N/A {
12373N/A g_array_index (array, gfloat, i) = value;
12373N/Adiff -Nur gnome-power-manager-2.21.1-org/src/gpm-array-float.h gnome-power-manager-2.21.1/src/gpm-array-float.h
12373N/A--- gnome-power-manager-2.21.1-org/src/gpm-array-float.h 2007-12-17 17:12:56.277090000 +0800
12373N/A+++ gnome-power-manager-2.21.1/src/gpm-array-float.h 2007-12-17 17:02:07.643637000 +0800
12373N/A@@ -49,9 +49,9 @@
12373N/A gboolean gpm_array_float_print (GArray *array);
12373N/A GArray *gpm_array_float_convolve (GArray *data,
12373N/A GArray *kernel);
12373N/A-inline gfloat gpm_array_float_get (GArray *array,
12373N/A+gfloat gpm_array_float_get (GArray *array,
12373N/A guint i);
12373N/A-inline void gpm_array_float_set (GArray *array,
12373N/A+void gpm_array_float_set (GArray *array,
12373N/A guint i,
12373N/A gfloat value);
12373N/A
14093N/A--- gnome-power-manager-2.23.91/configure.ac.orig 2008-09-02 10:39:13.239161437 +0800
14093N/A+++ gnome-power-manager-2.23.91/configure.ac 2008-09-02 10:39:31.005118555 +0800
14093N/A@@ -246,7 +246,7 @@
14093N/A AC_ARG_ENABLE(gconf-defaults,
14093N/A AS_HELP_STRING([--disable-gconf-defaults],
14093N/A [Allow setting gconf default settings]),
13307N/A- enable_gconfdefaults=$enableval,enable_gconfdefaults=yes)
13307N/A+ enable_gconfdefaults=$enableval,enable_gconfdefaults=no)
14093N/A
13307N/A AC_MSG_CHECKING([whether to support gconf defaults])
13307N/A have_gconfdefaults=no
14471N/A--- gnome-power-manager-2.24.0/src/egg-debug.h.orig 2008-09-23 10:39:26.172843000 +0800
14471N/A+++ gnome-power-manager-2.24.0/src/egg-debug.h 2008-09-23 10:39:58.561354000 +0800
14471N/A@@ -27,7 +27,7 @@
14471N/A
14471N/A G_BEGIN_DECLS
14471N/A
14471N/A-#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
14471N/A+#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199409L
14471N/A /**
14471N/A * egg_debug:
14471N/A *
14471N/A@@ -66,15 +66,15 @@
14471N/A void egg_debug_real (const gchar *func,
14471N/A const gchar *file,
14471N/A int line,
14471N/A- const gchar *format, ...) __attribute__((format (printf,4,5)));
14471N/A+ const gchar *format, ...);
14471N/A void egg_warning_real (const gchar *func,
14471N/A const gchar *file,
14471N/A int line,
14471N/A- const gchar *format, ...) __attribute__((format (printf,4,5)));
14471N/A+ const gchar *format, ...);
14471N/A void egg_error_real (const gchar *func,
14471N/A const gchar *file,
14471N/A int line,
14471N/A- const gchar *format, ...) __attribute__((format (printf,4,5)));
14471N/A+ const gchar *format, ...);
14471N/A
14471N/A G_END_DECLS
14471N/A