kwo pushed a commit to branch master.

http://git.enlightenment.org/legacy/imlib2.git/commit/?id=34afe297cd144b123c057fd80a3150326b7ce27b

commit 34afe297cd144b123c057fd80a3150326b7ce27b
Author: Kim Woelders <k...@woelders.dk>
Date:   Fri Aug 20 06:39:11 2021 +0200

    imlib2_view: Cleanups
---
 src/bin/imlib2_view.c | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/bin/imlib2_view.c b/src/bin/imlib2_view.c
index ea0ba8e..9cf5b09 100644
--- a/src/bin/imlib2_view.c
+++ b/src/bin/imlib2_view.c
@@ -11,14 +11,15 @@
 #include "props.h"
 
 Display            *disp;
-Window              win;
-Pixmap              pm = 0;
-int                 depth;
-int                 image_width = 0, image_height = 0;
-int                 window_width = 0, window_height = 0;
-double              scale_x = 1.;
-double              scale_y = 1.;
-Imlib_Image         bg_im = NULL;
+
+static Window       win;
+static Pixmap       pm = 0;
+static int          depth;
+static int          image_width = 0, image_height = 0;
+static int          window_width = 0, window_height = 0;
+static double       scale_x = 1.;
+static double       scale_y = 1.;
+static Imlib_Image  bg_im = NULL;
 static char         progress_granularity = 10;
 static char         progress_print = 0;
 static int          progress_delay = 0;

-- 


Reply via email to