mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Unwrap #define value
In the name of constistency do not wrap the value in parenthesis if the value is a single number.
This commit is contained in:
parent
e36c065c7b
commit
3ca0d8a171
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#include "workspaces.h"
|
||||
#include "xwayland.h"
|
||||
|
||||
#define LAB_WLR_COMPOSITOR_VERSION (5)
|
||||
#define LAB_WLR_COMPOSITOR_VERSION 5
|
||||
#define LAB_WLR_FRACTIONAL_SCALE_V1_VERSION 1
|
||||
|
||||
static struct wlr_compositor *compositor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue