diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2025-11-29 08:18:48 -0600 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2025-11-29 08:18:48 -0600 |
| commit | 9d70dfc76159cffc6d85530ce7d9897118d9677c (patch) | |
| tree | e2171e954cdeed661b8e8af3500992d9b656f96e /patches/st-expected-anysize-0.9.diff | |
| parent | b1c93ae35772f4fb3a923605fefa02bf1fee585e (diff) | |
Add sixel patch
Diffstat (limited to 'patches/st-expected-anysize-0.9.diff')
| -rw-r--r-- | patches/st-expected-anysize-0.9.diff | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/patches/st-expected-anysize-0.9.diff b/patches/st-expected-anysize-0.9.diff new file mode 100644 index 0000000..e3479de --- /dev/null +++ b/patches/st-expected-anysize-0.9.diff @@ -0,0 +1,15 @@ +diff --git a/x.c b/x.c +index aa09997..ea6e016 100644 +--- a/x.c ++++ b/x.c +@@ -869,8 +869,8 @@ xhints(void) + sizeh->flags = PSize | PResizeInc | PBaseSize | PMinSize; + sizeh->height = win.h; + sizeh->width = win.w; +- sizeh->height_inc = win.ch; +- sizeh->width_inc = win.cw; ++ sizeh->height_inc = 1; ++ sizeh->width_inc = 1; + sizeh->base_height = 2 * borderpx; + sizeh->base_width = 2 * borderpx; + sizeh->min_height = win.ch + 2 * borderpx; |