diff options
author | sapier <Sapier at GMX dot net> | 2015-01-06 22:40:34 +0100 |
---|---|---|
committer | sapier <Sapier at GMX dot net> | 2015-01-06 22:41:07 +0100 |
commit | 0f1d33933d264fa84b2d97668258d066da0ca01c (patch) | |
tree | d703349feac79fad42909cfd16665df6f818cc87 /minetest.conf.example | |
parent | efdb9da6197665d9ab1f8282aca00e905ea0321b (diff) | |
download | minetest-0f1d33933d264fa84b2d97668258d066da0ca01c.tar.gz minetest-0f1d33933d264fa84b2d97668258d066da0ca01c.tar.bz2 minetest-0f1d33933d264fa84b2d97668258d066da0ca01c.zip |
Implement X11 dpi autodetection
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 8570eb052..0b137c5a2 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -224,7 +224,7 @@ #directional_colored_fog = true # Delay showing tooltips, stated in milliseconds #tooltip_show_delay = 400 -# Adjust dpi configuration to your screen (Desktop only) e.g. for 4k screens +# Adjust dpi configuration to your screen (non X11/Android only) e.g. for 4k screens #screen_dpi = 72 # Default timeout for cURL, stated in milliseconds. # Only has an effect if compiled with cURL. |