shell: Rename GLSLQuad to GLSLEffect

You can guess where this is going ...

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/651
This commit is contained in:
Florian Müllner 2019-07-26 21:00:06 +02:00
parent 82d466598c
commit 99a2fad311
3 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -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