Updated license headers in source
This commit is contained in:
parent
0d0f1b3aa0
commit
fa8eea5b8a
@ -1,8 +1,20 @@
|
||||
|
||||
/*
|
||||
* overlay.hpp
|
||||
* Libxoverlay: A transparent drawable GL layer for your desktop!
|
||||
* Copyright (C) 2022 Rebekah Rowe
|
||||
*
|
||||
* Created on: Nov 8, 2017
|
||||
* Author: nullifiedcat
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
17
readme.md
17
readme.md
@ -1,16 +1,7 @@
|
||||
# Installation
|
||||
# LibXoverlay
|
||||
|
||||
## Requirements
|
||||
LibXoverlay is a transparent drawable GL layer for your desktop!
|
||||
|
||||
libX11 libXext libpthread libXfixes libGLEW
|
||||
### Credits
|
||||
|
||||
both x64 and x32 versions
|
||||
|
||||
```
|
||||
make
|
||||
sudo make install
|
||||
```
|
||||
|
||||
# Usage
|
||||
|
||||
Please refer to https://github.com/nullifiedcat/xoverlay-glez-example
|
||||
nullifiedcat: original creator <3
|
||||
|
@ -1,8 +1,20 @@
|
||||
|
||||
/*
|
||||
* drawglx.c
|
||||
* Libxoverlay: A transparent drawable GL layer for your desktop!
|
||||
* Copyright (C) 2022 Rebekah Rowe
|
||||
*
|
||||
* Created on: Nov 9, 2017
|
||||
* Author: nullifiedcat
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "drawglx.h"
|
||||
|
@ -1,8 +1,20 @@
|
||||
|
||||
/*
|
||||
* drawglx.h
|
||||
* Libxoverlay: A transparent drawable GL layer for your desktop!
|
||||
* Copyright (C) 2022 Rebekah Rowe
|
||||
*
|
||||
* Created on: Nov 9, 2017
|
||||
* Author: nullifiedcat
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
@ -1,8 +1,20 @@
|
||||
|
||||
/*
|
||||
* overlay.c
|
||||
* Libxoverlay: A transparent drawable GL layer for your desktop!
|
||||
* Copyright (C) 2022 Rebekah Rowe
|
||||
*
|
||||
* Created on: Nov 9, 2017
|
||||
* Author: nullifiedcat
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "drawglx.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user