mirror of
https://github.com/labwc/labwc.git
synced 2026-03-30 11:10:41 -04:00
server.c: prefix protocol version define with LAB_
This commit is contained in:
parent
ba604e3a8c
commit
f08a56aac9
1 changed files with 2 additions and 2 deletions
|
|
@ -54,10 +54,10 @@
|
||||||
#include "workspaces.h"
|
#include "workspaces.h"
|
||||||
#include "xwayland.h"
|
#include "xwayland.h"
|
||||||
|
|
||||||
|
#define LAB_EXT_FOREIGN_TOPLEVEL_LIST_VERSION 1
|
||||||
#define LAB_WLR_COMPOSITOR_VERSION 6
|
#define LAB_WLR_COMPOSITOR_VERSION 6
|
||||||
#define LAB_WLR_FRACTIONAL_SCALE_V1_VERSION 1
|
#define LAB_WLR_FRACTIONAL_SCALE_V1_VERSION 1
|
||||||
#define LAB_WLR_LINUX_DMABUF_VERSION 4
|
#define LAB_WLR_LINUX_DMABUF_VERSION 4
|
||||||
#define EXT_FOREIGN_TOPLEVEL_LIST_VERSION 1
|
|
||||||
#define LAB_WLR_PRESENTATION_TIME_VERSION 2
|
#define LAB_WLR_PRESENTATION_TIME_VERSION 2
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
@ -677,7 +677,7 @@ server_init(struct server *server)
|
||||||
|
|
||||||
server->foreign_toplevel_list =
|
server->foreign_toplevel_list =
|
||||||
wlr_ext_foreign_toplevel_list_v1_create(
|
wlr_ext_foreign_toplevel_list_v1_create(
|
||||||
server->wl_display, EXT_FOREIGN_TOPLEVEL_LIST_VERSION);
|
server->wl_display, LAB_EXT_FOREIGN_TOPLEVEL_LIST_VERSION);
|
||||||
|
|
||||||
session_lock_init(server);
|
session_lock_init(server);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue