diff options
author | Leonard Kugis <leonard@kug.is> | 2022-04-27 17:49:04 +0000 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2022-04-27 17:49:04 +0000 |
commit | ae319fd9ea8d8fb9d755ca05b02cdad5821d448d (patch) | |
tree | 87325c3837f8a45740e835824b2dcd629cfd464d /src/window_texture.c | |
parent | 432710105944621ed3a10142e2a80ba37c47eb60 (diff) | |
download | vr-video-player-master.tar.gz vr-video-player-master.tar.bz2 vr-video-player-master.zip |
Diffstat (limited to 'src/window_texture.c')
-rw-r--r-- | src/window_texture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_texture.c b/src/window_texture.c index 93b207c..f60951f 100644 --- a/src/window_texture.c +++ b/src/window_texture.c @@ -1,4 +1,4 @@ -#include "../include/window_texture.h" +#include "window_texture.h" #include <X11/extensions/Xcomposite.h> #include <stdio.h> |