aboutsummaryrefslogtreecommitdiffstats
path: root/include/swaylock/swaylock.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-09-22 13:56:51 -0500
committerLibravatar GitHub <noreply@github.com>2018-09-22 13:56:51 -0500
commit082488a81c491faa71ddc2c87fe985ef28f5d69d (patch)
treeee7316a573d5feb5332bb5cef509bd37faf5bcf7 /include/swaylock/swaylock.h
parentMerge pull request #2660 from RyanDwyer/fix-scratchpad-iteration (diff)
parentswaybar, swaylock, & tree/container: Set cairo font options to render text an... (diff)
downloadsway-082488a81c491faa71ddc2c87fe985ef28f5d69d.tar.gz
sway-082488a81c491faa71ddc2c87fe985ef28f5d69d.tar.zst
sway-082488a81c491faa71ddc2c87fe985ef28f5d69d.zip
Merge pull request #2677 from ggreer/pretty-fonts
Render fonts slightly nicer
Diffstat (limited to 'include/swaylock/swaylock.h')
-rw-r--r--include/swaylock/swaylock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaylock/swaylock.h b/include/swaylock/swaylock.h
index 950cfaaf..2f0cd34d 100644
--- a/include/swaylock/swaylock.h
+++ b/include/swaylock/swaylock.h
@@ -82,6 +82,7 @@ struct swaylock_surface {
82 bool frame_pending, dirty; 82 bool frame_pending, dirty;
83 uint32_t width, height; 83 uint32_t width, height;
84 int32_t scale; 84 int32_t scale;
85 enum wl_output_subpixel subpixel;
85 char *output_name; 86 char *output_name;
86 struct wl_list link; 87 struct wl_list link;
87}; 88};