diff options
Diffstat (limited to 'src/window_texture.c')
-rw-r--r-- | src/window_texture.c | 6 |
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) { |