Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-11-08 02:59:42 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-11-08 03:04:23 +0300
commit1173cbc63928005ebf88fb9340e3f38ddba185e8 (patch)
treeb898491ab3dfae2995713e085169079b9143ca31
parente6f74c04d66c9fad9b9388490625cbf7477ed302 (diff)
Move wayland protocol to a subdirectory.
-rw-r--r--profiler/src/BackendWayland.cpp2
-rw-r--r--profiler/src/wayland/xdg-shell.c (renamed from profiler/src/xdg-shell.c)0
-rw-r--r--profiler/src/wayland/xdg-shell.h (renamed from profiler/src/xdg-shell.h)0
3 files changed, 1 insertions, 1 deletions
diff --git a/profiler/src/BackendWayland.cpp b/profiler/src/BackendWayland.cpp
index 3ef0d9b2..c58ad726 100644
--- a/profiler/src/BackendWayland.cpp
+++ b/profiler/src/BackendWayland.cpp
@@ -13,7 +13,7 @@
#include <wayland-cursor.h>
#include <wayland-egl.h>
-#include "xdg-shell.h"
+#include "wayland/xdg-shell.h"
#include "Backend.hpp"
#include "RunQueue.hpp"
diff --git a/profiler/src/xdg-shell.c b/profiler/src/wayland/xdg-shell.c
index 7c9c3cc5..7c9c3cc5 100644
--- a/profiler/src/xdg-shell.c
+++ b/profiler/src/wayland/xdg-shell.c
diff --git a/profiler/src/xdg-shell.h b/profiler/src/wayland/xdg-shell.h
index 719b9513..719b9513 100644
--- a/profiler/src/xdg-shell.h
+++ b/profiler/src/wayland/xdg-shell.h