summarylogtreecommitdiffstats
path: root/font-resize.patch
diff options
context:
space:
mode:
authornovenary2021-04-04 17:06:12 +0300
committernovenary2021-04-04 17:06:12 +0300
commit2997c057dcc451a3e8defbe2f8e5f20b4c640a4d (patch)
tree47e697e0e84703914510988de9ec3525bfcbe20b /font-resize.patch
parent2c45f224ef5255d02ac54a2a1bb5dca1dd718d4f (diff)
downloadaur-2997c057dcc451a3e8defbe2f8e5f20b4c640a4d.tar.gz
Re-enable XIM support, fix font change not resizing
Diffstat (limited to 'font-resize.patch')
-rw-r--r--font-resize.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/font-resize.patch b/font-resize.patch
new file mode 100644
index 000000000000..439615a5c253
--- /dev/null
+++ b/font-resize.patch
@@ -0,0 +1,13 @@
+--- src/main.C
++++ src/main.C
+@@ -876,9 +876,8 @@
+ #endif
+ }
+
+- if (parent)
+ {
++ resize_all_windows (szHint.width, szHint.height, 1);
+- resize_all_windows (0, 0, 0);
+ scr_remap_chars ();
+ scr_touch (true);
+ }