[gtk+] render: Rename gtkthemingbackground.[ch]
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] render: Rename gtkthemingbackground.[ch]
- Date: Tue, 20 Jan 2015 05:33:24 +0000 (UTC)
commit 5cc0cae4b7a837ecc8cc3114d4851fba9a3e968d
Author: Benjamin Otte <otte redhat com>
Date: Sat Jan 17 16:55:45 2015 +0100
render: Rename gtkthemingbackground.[ch]
I want the gtkrender prefix for all filenames about rendering.
gtk/Makefile.am | 4 ++--
gtk/gtkrender.c | 2 +-
...tkthemingbackground.c => gtkrenderbackground.c} | 2 +-
...roundprivate.h => gtkrenderbackgroundprivate.h} | 6 +++---
4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 4052bb7..4c9f244 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -477,6 +477,7 @@ gtk_private_h_sources = \
gtkrecentchooserdefault.h \
gtkrecentchooserprivate.h \
gtkrecentchooserutils.h \
+ gtkrenderbackgroundprivate.h \
gtkrenderprivate.h \
gtkresources.h \
gtkroundedboxprivate.h \
@@ -503,7 +504,6 @@ gtk_private_h_sources = \
gtktexttagprivate.h \
gtktexttypes.h \
gtktextutil.h \
- gtkthemingbackgroundprivate.h \
gtktrashmonitor.h \
gtktogglebuttonprivate.h \
gtktoolbarprivate.h \
@@ -761,6 +761,7 @@ gtk_base_c_sources = \
gtkrecentfilter.c \
gtkrecentmanager.c \
gtkrender.c \
+ gtkrenderbackground.c \
gtkresources.c \
gtkrevealer.c \
gtkroundedbox.c \
@@ -809,7 +810,6 @@ gtk_base_c_sources = \
gtktexttypes.c \
gtktextutil.c \
gtktextview.c \
- gtkthemingbackground.c \
gtktogglebutton.c \
gtktoggletoolbutton.c \
gtktoolbar.c \
diff --git a/gtk/gtkrender.c b/gtk/gtkrender.c
index 21c549b..3122315 100644
--- a/gtk/gtkrender.c
+++ b/gtk/gtkrender.c
@@ -33,8 +33,8 @@
#include "gtkcssshadowsvalueprivate.h"
#include "gtkcsstransformvalueprivate.h"
#include "gtkhslaprivate.h"
+#include "gtkrenderbackgroundprivate.h"
#include "gtkstylecontextprivate.h"
-#include "gtkthemingbackgroundprivate.h"
#include "fallback-c89.c"
diff --git a/gtk/gtkthemingbackground.c b/gtk/gtkrenderbackground.c
similarity index 99%
rename from gtk/gtkthemingbackground.c
rename to gtk/gtkrenderbackground.c
index 55f584e..5b3591d 100644
--- a/gtk/gtkthemingbackground.c
+++ b/gtk/gtkrenderbackground.c
@@ -21,7 +21,7 @@
#include "config.h"
-#include "gtkthemingbackgroundprivate.h"
+#include "gtkrenderbackgroundprivate.h"
#include "gtkcssarrayvalueprivate.h"
#include "gtkcssbgsizevalueprivate.h"
diff --git a/gtk/gtkthemingbackgroundprivate.h b/gtk/gtkrenderbackgroundprivate.h
similarity index 90%
rename from gtk/gtkthemingbackgroundprivate.h
rename to gtk/gtkrenderbackgroundprivate.h
index b0eae96..b893b69 100644
--- a/gtk/gtkthemingbackgroundprivate.h
+++ b/gtk/gtkrenderbackgroundprivate.h
@@ -17,8 +17,8 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __GTK_THEMING_BACKGROUND_PRIVATE_H__
-#define __GTK_THEMING_BACKGROUND_PRIVATE_H__
+#ifndef __GTK_RENDER_BACKGROUND_PRIVATE_H__
+#define __GTK_RENDER_BACKGROUND_PRIVATE_H__
#include <glib-object.h>
#include <cairo.h>
@@ -38,4 +38,4 @@ void gtk_css_style_render_background (GtkCssStyle *style,
G_END_DECLS
-#endif /* __GTK_THEMING_BACKGROUND_PRIVATE_H__ */
+#endif /* __GTK_RENDER_BACKGROUND_PRIVATE_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]