diff -r 9aba96f0b001 -r ee4ba9f5a053 Configuration.h --- a/Configuration.h Wed Nov 29 01:27:05 2023 +0100 +++ b/Configuration.h Fri Dec 01 20:25:49 2023 +0100 @@ -43,8 +43,8 @@ // TODO: support loading whole directory and monitoring using inotify std::vector textures; - VertexShader vertexShader; - FragmentShader fragmentShader; + std::vector vertexShaders; + std::vector fragmentShaders; unsigned long backgroundColor = (0x33 << 16 | 0x33 << 8 | 0x33); Window rootWindow = 0;