aboutsummaryrefslogtreecommitdiff
path: root/src/backend/gl/glx.c
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-15 15:13:38 +1100
committerallusive-dev <[email protected]>2023-11-15 15:13:38 +1100
commitf481ea09f9f69c96575662d7b67d290f380aee83 (patch)
tree9155652619c26d1a028ddc63eb7a0c29094dd0d3 /src/backend/gl/glx.c
parentUpdate README.md (diff)
downloadcompfy-1.6.0.tar.xz
compfy-1.6.0.zip
merge with compfy again lol1.6.0
Diffstat (limited to 'src/backend/gl/glx.c')
-rw-r--r--src/backend/gl/glx.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/backend/gl/glx.c b/src/backend/gl/glx.c
index 109bec9..7e171e1 100644
--- a/src/backend/gl/glx.c
+++ b/src/backend/gl/glx.c
@@ -1,14 +1,4 @@
// SPDX-License-Identifier: MIT
-/*
- * Compton - a compositor for X11
- *
- * Based on `xcompmgr` - Copyright (c) 2003, Keith Packard
- *
- * Copyright (c) 2011-2013, Christopher Jeffrey
- * Copyright (c) 2019 Yuxuan Shui <[email protected]>
- * See LICENSE-mit for more information.
- *
- */
#include <X11/Xlib-xcb.h>
#include <assert.h>
@@ -28,7 +18,7 @@
#include "compiler.h"
#include "config.h"
#include "log.h"
-#include "picom.h"
+#include "compfy.h"
#include "region.h"
#include "utils.h"
#include "win.h"