summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2020-04-05 17:01:55 +0200
committerOlivier Fourdan <fourdan@xfce.org>2020-04-05 17:01:55 +0200
commit34a31e274af2636d7bcb7cba833738ef4ff1be3e (patch)
tree6ac31e465e896cd3c0140ded0cb58c0d43b73102 /src/screen.h
parent53bf7bab95f17897d5282de094888ef63696451b (diff)
downloadxfwm4-34a31e274af2636d7bcb7cba833738ef4ff1be3e.tar.gz
frame: Fix title align
Bug: 16067 The font height might be wrong, just get rid of it. Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/screen.h b/src/screen.h
index 74b927992..3c49a434a 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -115,7 +115,6 @@ struct _ScreenInfo
GC box_gc;
/* Title font */
- gint font_height;
PangoFontDescription *font_desc;
PangoAttrList *pango_attr_list;
@@ -297,7 +296,6 @@ void myScreenFindMonitorAtPoint (ScreenInfo *,
gint,
GdkRectangle *);
PangoFontDescription * myScreenGetFontDescription (ScreenInfo *);
-gboolean myScreenUpdateFontHeight (ScreenInfo *);
void myScreenGetXineramaMonitorGeometry (ScreenInfo *,
gint,
GdkRectangle *);