aboutsummaryrefslogtreecommitdiff
path: root/src/window_texture.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-04-18 18:34:23 +0200
committerdec05eba <dec05eba@protonmail.com>2023-04-18 18:34:23 +0200
commit7749ba83279cd974e319e999a72705ae04997360 (patch)
tree89dec79da9c7391e03761a443cfc25811e5c471b /src/window_texture.c
parente985e8e18ee735ea46b1a2807dbbab1928fb493b (diff)
Replace tabs with 4 spaces
Diffstat (limited to 'src/window_texture.c')
-rw-r--r--src/window_texture.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/window_texture.c b/src/window_texture.c
index 81bf053..7448323 100644
--- a/src/window_texture.c
+++ b/src/window_texture.c
@@ -57,9 +57,9 @@ int window_texture_on_resize(WindowTexture *self) {
EGLImage image = NULL;
const intptr_t pixmap_attrs[] = {
- EGL_IMAGE_PRESERVED_KHR, EGL_TRUE,
- EGL_NONE,
- };
+ EGL_IMAGE_PRESERVED_KHR, EGL_TRUE,
+ EGL_NONE,
+ };
pixmap = XCompositeNameWindowPixmap(self->display, self->window);
if(!pixmap) {