aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkfns.c
diff options
context:
space:
mode:
authorJeff Walsh2020-02-18 17:13:26 +1100
committerJeff Walsh2020-11-24 12:24:39 +1100
commitef67659e985dcc31a48cfb3c5eefcf4d9f6aee6e (patch)
treec349e6ad0fd1b832fa3f258b7a8d79e5dab0040b /src/pgtkfns.c
parentc9e6b4486b6aee1e1011c81fdf0ef8270e237a15 (diff)
downloademacs-ef67659e985dcc31a48cfb3c5eefcf4d9f6aee6e.tar.gz
emacs-ef67659e985dcc31a48cfb3c5eefcf4d9f6aee6e.zip
Set screen/display dpi res to make broadway work as expected
* src/pgtkterm.c (pgtk_initialize_display_info) (window_state_event, pgtk_term_init): * src/gtkutil.c (xg_create_frame_widgets): * src/pgtkterm.c (pgtk_initialize_display_info) (window_state_event, pgtk_term_init): * src/ftcrfont.c (ftcrfont_open):
Diffstat (limited to 'src/pgtkfns.c')
-rw-r--r--src/pgtkfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pgtkfns.c b/src/pgtkfns.c
index e7ab20897b7..69a7430b8d3 100644
--- a/src/pgtkfns.c
+++ b/src/pgtkfns.c
@@ -3160,7 +3160,7 @@ When using Gtk+ tooltips, the tooltip face is not used. */);
3160} 3160}
3161 3161
3162 3162
3163 3163#ifdef PGTK_DEBUG
3164#include <stdarg.h> 3164#include <stdarg.h>
3165#include <time.h> 3165#include <time.h>
3166void pgtk_log(const char *file, int lineno, const char *fmt, ...) 3166void pgtk_log(const char *file, int lineno, const char *fmt, ...)
@@ -3181,7 +3181,7 @@ void pgtk_log(const char *file, int lineno, const char *fmt, ...)
3181 va_end(ap); 3181 va_end(ap);
3182 fputc('\n', stderr); 3182 fputc('\n', stderr);
3183} 3183}
3184#ifdef PGTK_DEBUG 3184
3185void pgtk_backtrace(const char *file, int lineno) 3185void pgtk_backtrace(const char *file, int lineno)
3186{ 3186{
3187 Lisp_Object bt = make_uninit_vector(10); 3187 Lisp_Object bt = make_uninit_vector(10);