[gnome-flashback] common: rename gnome-bg files to gf-bg



commit 741d4bcfe06201da579105b5da178dc73888b97a
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Mar 20 14:21:54 2021 +0200

    common: rename gnome-bg files to gf-bg

 gnome-flashback/libcommon/{gnome-bg.c => gf-bg.c} | 4 +++-
 gnome-flashback/libcommon/{gnome-bg.h => gf-bg.h} | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/gnome-flashback/libcommon/gnome-bg.c b/gnome-flashback/libcommon/gf-bg.c
similarity index 99%
rename from gnome-flashback/libcommon/gnome-bg.c
rename to gnome-flashback/libcommon/gf-bg.c
index 0a79042..abc63db 100644
--- a/gnome-flashback/libcommon/gnome-bg.c
+++ b/gnome-flashback/libcommon/gf-bg.c
@@ -27,6 +27,9 @@ Author: Soren Sandmann <sandmann redhat com>
 
 */
 
+#include "config.h"
+#include "gf-bg.h"
+
 #include <string.h>
 #include <math.h>
 #include <stdarg.h>
@@ -43,7 +46,6 @@ Author: Soren Sandmann <sandmann redhat com>
 #include <cairo-xlib.h>
 
 #define GNOME_DESKTOP_USE_UNSTABLE_API
-#include "gnome-bg.h"
 #include "gnome-bg-slide-show.h"
 #include "gnome-bg-crossfade.h"
 
diff --git a/gnome-flashback/libcommon/gnome-bg.h b/gnome-flashback/libcommon/gf-bg.h
similarity index 99%
rename from gnome-flashback/libcommon/gnome-bg.h
rename to gnome-flashback/libcommon/gf-bg.h
index f19173d..7bc299c 100644
--- a/gnome-flashback/libcommon/gnome-bg.h
+++ b/gnome-flashback/libcommon/gf-bg.h
@@ -22,8 +22,8 @@
    Author: Soren Sandmann <sandmann redhat com>
 */
 
-#ifndef __GNOME_BG_H__
-#define __GNOME_BG_H__
+#ifndef GF_BG_H
+#define GF_BG_H
 
 #ifndef GNOME_DESKTOP_USE_UNSTABLE_API
 #error    GnomeBG is unstable API. You must define GNOME_DESKTOP_USE_UNSTABLE_API before including gnome-bg.h


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