aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-12-21 11:19:04 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2022-12-22 17:42:33 +0100
commitbd7466e1b7fa7bf567effeb4fcd7ab6f218dff25 (patch)
treeee69039dd830c86e594f9163dde8df0931e10be3 /include
parentswaynag: fix NULL font description (diff)
downloadsway-bd7466e1b7fa7bf567effeb4fcd7ab6f218dff25.tar.gz
sway-bd7466e1b7fa7bf567effeb4fcd7ab6f218dff25.tar.zst
sway-bd7466e1b7fa7bf567effeb4fcd7ab6f218dff25.zip
swaynag: drop swaynag_type.font
It's too easy to have this go out of sync with font_description.
Diffstat (limited to 'include')
-rw-r--r--include/swaynag/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/swaynag/types.h b/include/swaynag/types.h
index 18f218e0..31c6ac08 100644
--- a/include/swaynag/types.h
+++ b/include/swaynag/types.h
@@ -4,7 +4,6 @@
4struct swaynag_type { 4struct swaynag_type {
5 char *name; 5 char *name;
6 6
7 char *font; // Used for debugging.
8 PangoFontDescription *font_description; 7 PangoFontDescription *font_description;
9 char *output; 8 char *output;
10 uint32_t anchors; 9 uint32_t anchors;