[gnome-shell] shell: Rename GLSLQuad to GLSLEffect



commit 99a2fad311cb5e29814d32a577331397f7d26fe0
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Jul 26 21:00:06 2019 +0200

    shell: Rename GLSLQuad to GLSLEffect
    
    You can guess where this is going ...
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/651

 src/meson.build                                | 4 ++--
 src/{shell-glsl-quad.c => shell-glsl-effect.c} | 2 +-
 src/{shell-glsl-quad.h => shell-glsl-effect.h} | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 97a5a796c..7129c5ac1 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -86,7 +86,7 @@ libshell_public_headers = [
   'shell-app-system.h',
   'shell-app-usage.h',
   'shell-embedded-window.h',
-  'shell-glsl-quad.h',
+  'shell-glsl-effect.h',
   'shell-gtk-embed.h',
   'shell-global.h',
   'shell-invert-lightness-effect.h',
@@ -122,7 +122,7 @@ libshell_sources = [
   'shell-embedded-window.c',
   'shell-embedded-window-private.h',
   'shell-global.c',
-  'shell-glsl-quad.c',
+  'shell-glsl-effect.c',
   'shell-gtk-embed.c',
   'shell-invert-lightness-effect.c',
   'shell-keyring-prompt.c',
diff --git a/src/shell-glsl-quad.c b/src/shell-glsl-effect.c
similarity index 99%
rename from src/shell-glsl-quad.c
rename to src/shell-glsl-effect.c
index 1b543c09a..9274b58de 100644
--- a/src/shell-glsl-quad.c
+++ b/src/shell-glsl-effect.c
@@ -14,7 +14,7 @@
 #include "config.h"
 
 #include <cogl/cogl.h>
-#include "shell-glsl-quad.h"
+#include "shell-glsl-effect.h"
 
 typedef struct _ShellGLSLQuadPrivate ShellGLSLQuadPrivate;
 struct _ShellGLSLQuadPrivate
diff --git a/src/shell-glsl-quad.h b/src/shell-glsl-effect.h
similarity index 100%
rename from src/shell-glsl-quad.h
rename to src/shell-glsl-effect.h


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