aboutsummaryrefslogtreecommitdiffstats
path: root/src/xlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xlib.c')
-rw-r--r--src/xlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xlib.c b/src/xlib.c
index e781835..7d8c027 100644
--- a/src/xlib.c
+++ b/src/xlib.c
@@ -111,7 +111,7 @@ void drawimage(struct image *img, int width, int height){
static struct image *lastimg = NULL;
static int lastwidth = 0, lastheight = 0;
static XImage *ximg = NULL;
- if(img == lastimg && width == lastwidth && height == lastheight){
+ if(0 && img == lastimg && width == lastwidth && height == lastheight){
}else{
if(ximg)
XDestroyImage(ximg);