mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
[wip] Preliminary support for overwriting subpixel rendering
Reported-by: @acoolstraw
This commit is contained in:
parent
9c271d792d
commit
5d412b2879
4 changed files with 17 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <wayland-server-core.h>
|
||||
#include <wayland-server-protocol.h>
|
||||
|
||||
#include "common/buf.h"
|
||||
#include "config/libinput.h"
|
||||
|
|
@ -17,6 +18,7 @@ struct rcxml {
|
|||
bool xdg_shell_server_side_deco;
|
||||
int gap;
|
||||
bool adaptive_sync;
|
||||
enum wl_output_subpixel subpixel;
|
||||
|
||||
/* focus */
|
||||
bool focus_follow_mouse;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue