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:
parent
8d72c5858b
commit
9cb3e7515d
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue