Set the correct default dpi.

Mon Jan 19 11:49:03 2004  Jonathan Blandford  <jrb@gnome.org>

        * gnome-settings-xsettings.c (gnome_xft_settings_get): Set the
        correct default dpi.
This commit is contained in:
Jonathan Blandford 2004-01-19 16:50:26 +00:00 committed by Jonathan Blandford
parent 8d72c5858b
commit 9cb3e7515d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Mon Jan 19 11:49:03 2004 Jonathan Blandford <jrb@gnome.org>
* gnome-settings-xsettings.c (gnome_xft_settings_get): Set the
correct default dpi.
2004-01-16 Christophe Merlet <redfox@redfoxcenter.org>
* Makefile.am: Add DESTDIR variable in install-data-hook section.

View file

@ -278,7 +278,7 @@ gnome_xft_settings_get (GConfClient *client,
settings->antialias = TRUE;
settings->hinting = TRUE;
settings->hintstyle = "hintfull";
settings->dpi = 96;
settings->dpi = 96 * 1024;
settings->rgba = "rgb";
if ((int)(1024 * dpi + 0.5) > 0)