render: Rename gtkthemingbackground.[ch]

I want the gtkrender prefix for all filenames about rendering.
This commit is contained in:
Benjamin Otte 2015-01-17 16:55:45 +01:00
parent d25b4105d6
commit 5cc0cae4b7
4 changed files with 7 additions and 7 deletions

View File

@ -477,6 +477,7 @@ gtk_private_h_sources = \
gtkrecentchooserdefault.h \ gtkrecentchooserdefault.h \
gtkrecentchooserprivate.h \ gtkrecentchooserprivate.h \
gtkrecentchooserutils.h \ gtkrecentchooserutils.h \
gtkrenderbackgroundprivate.h \
gtkrenderprivate.h \ gtkrenderprivate.h \
gtkresources.h \ gtkresources.h \
gtkroundedboxprivate.h \ gtkroundedboxprivate.h \
@ -503,7 +504,6 @@ gtk_private_h_sources = \
gtktexttagprivate.h \ gtktexttagprivate.h \
gtktexttypes.h \ gtktexttypes.h \
gtktextutil.h \ gtktextutil.h \
gtkthemingbackgroundprivate.h \
gtktrashmonitor.h \ gtktrashmonitor.h \
gtktogglebuttonprivate.h \ gtktogglebuttonprivate.h \
gtktoolbarprivate.h \ gtktoolbarprivate.h \
@ -761,6 +761,7 @@ gtk_base_c_sources = \
gtkrecentfilter.c \ gtkrecentfilter.c \
gtkrecentmanager.c \ gtkrecentmanager.c \
gtkrender.c \ gtkrender.c \
gtkrenderbackground.c \
gtkresources.c \ gtkresources.c \
gtkrevealer.c \ gtkrevealer.c \
gtkroundedbox.c \ gtkroundedbox.c \
@ -809,7 +810,6 @@ gtk_base_c_sources = \
gtktexttypes.c \ gtktexttypes.c \
gtktextutil.c \ gtktextutil.c \
gtktextview.c \ gtktextview.c \
gtkthemingbackground.c \
gtktogglebutton.c \ gtktogglebutton.c \
gtktoggletoolbutton.c \ gtktoggletoolbutton.c \
gtktoolbar.c \ gtktoolbar.c \

View File

@ -33,8 +33,8 @@
#include "gtkcssshadowsvalueprivate.h" #include "gtkcssshadowsvalueprivate.h"
#include "gtkcsstransformvalueprivate.h" #include "gtkcsstransformvalueprivate.h"
#include "gtkhslaprivate.h" #include "gtkhslaprivate.h"
#include "gtkrenderbackgroundprivate.h"
#include "gtkstylecontextprivate.h" #include "gtkstylecontextprivate.h"
#include "gtkthemingbackgroundprivate.h"
#include "fallback-c89.c" #include "fallback-c89.c"

View File

@ -21,7 +21,7 @@
#include "config.h" #include "config.h"
#include "gtkthemingbackgroundprivate.h" #include "gtkrenderbackgroundprivate.h"
#include "gtkcssarrayvalueprivate.h" #include "gtkcssarrayvalueprivate.h"
#include "gtkcssbgsizevalueprivate.h" #include "gtkcssbgsizevalueprivate.h"

View File

@ -17,8 +17,8 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __GTK_THEMING_BACKGROUND_PRIVATE_H__ #ifndef __GTK_RENDER_BACKGROUND_PRIVATE_H__
#define __GTK_THEMING_BACKGROUND_PRIVATE_H__ #define __GTK_RENDER_BACKGROUND_PRIVATE_H__
#include <glib-object.h> #include <glib-object.h>
#include <cairo.h> #include <cairo.h>
@ -38,4 +38,4 @@ void gtk_css_style_render_background (GtkCssStyle *style,
G_END_DECLS G_END_DECLS
#endif /* __GTK_THEMING_BACKGROUND_PRIVATE_H__ */ #endif /* __GTK_RENDER_BACKGROUND_PRIVATE_H__ */