summarylogtreecommitdiffstats
path: root/main.patch
diff options
context:
space:
mode:
authorgandalf32015-06-21 20:53:56 -0700
committergandalf32015-06-21 20:53:56 -0700
commita35b18c72df7bc5449200b39c9598f061dbf122b (patch)
treedfe69772e51856a57e187066fe45896c6dc3bcb7 /main.patch
downloadaur-a35b18c72df7bc5449200b39c9598f061dbf122b.tar.gz
Initial import
Diffstat (limited to 'main.patch')
-rw-r--r--main.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/main.patch b/main.patch
new file mode 100644
index 000000000000..f1148498b86a
--- /dev/null
+++ b/main.patch
@@ -0,0 +1,18 @@
+--- scrot-0.82/scrot-0.8/src/main.c 2003-06-23 05:05:48.000000000 -0700
++++ scrot-0.8/src/main.c 2014-02-07 01:33:21.939662356 -0800
+@@ -152,7 +151,6 @@
+ {
+ Imlib_Image im;
+
+- XBell(disp, 0);
+ im =
+ gib_imlib_create_image_from_drawable(root, 0, 0, 0, scr->width,
+ scr->height, 1);
+@@ -365,7 +364,6 @@
+ if ((ry + rh) > scr->height)
+ rh = scr->height - ry;
+
+- XBell(disp, 0);
+ im = gib_imlib_create_image_from_drawable(root, 0, rx, ry, rw, rh, 1);
+ }
+ return im;