projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
765843e
)
fixed root background offset when left-top corner of the window is outside of the...
author
sasha
<sasha>
Thu, 20 Sep 2007 22:15:02 +0000
(22:15 +0000)
committer
sasha
<sasha>
Thu, 20 Sep 2007 22:15:02 +0000
(22:15 +0000)
src/background.C
patch
|
blob
|
history
diff --git
a/src/background.C
b/src/background.C
index 26c808431ac87786b50b472f2827ab02939f3765..cfe10da3611e60a228bf34b9251968fc9a947bde 100644
(file)
--- a/
src/background.C
+++ b/
src/background.C
@@
-864,8
+864,8
@@
bgPixmap_t::make_transparency_pixmap ()
gcv.tile = root_pixmap;
gcv.fill_style = FillTiled;
- while (sx < 0) sx += (int)
window
_width;
- while (sy < 0) sy += (int)
window
_height;
+ while (sx < 0) sx += (int)
root
_width;
+ while (sy < 0) sy += (int)
root
_height;
gcv.ts_x_origin = -sx;
gcv.ts_y_origin = -sy;