Drop KWIN_ from include guards
This commit is contained in:
parent
677e8b66a7
commit
9b8e9c2e89
7 changed files with 14 additions and 14 deletions
|
@ -17,8 +17,8 @@ Lesser General Public License for more details.
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
#ifndef KWIN_WAYLAND_SERVER_COMPOSITOR_INTERFACE_H
|
#ifndef WAYLAND_SERVER_COMPOSITOR_INTERFACE_H
|
||||||
#define KWIN_WAYLAND_SERVER_COMPOSITOR_INTERFACE_H
|
#define WAYLAND_SERVER_COMPOSITOR_INTERFACE_H
|
||||||
|
|
||||||
#include "surface_interface.h"
|
#include "surface_interface.h"
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,8 @@ Lesser General Public License for more details.
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
#ifndef KWIN_WAYLAND_SERVER_DISPLAY_H
|
#ifndef WAYLAND_SERVER_DISPLAY_H
|
||||||
#define KWIN_WAYLAND_SERVER_DISPLAY_H
|
#define WAYLAND_SERVER_DISPLAY_H
|
||||||
|
|
||||||
#include <QList>
|
#include <QList>
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
|
@ -17,8 +17,8 @@ Lesser General Public License for more details.
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
#ifndef KWIN_WAYLAND_SERVER_OUTPUT_INTERFACE_H
|
#ifndef WAYLAND_SERVER_OUTPUT_INTERFACE_H
|
||||||
#define KWIN_WAYLAND_SERVER_OUTPUT_INTERFACE_H
|
#define WAYLAND_SERVER_OUTPUT_INTERFACE_H
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QPoint>
|
#include <QPoint>
|
||||||
|
|
|
@ -17,8 +17,8 @@ Lesser General Public License for more details.
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
#ifndef KWIN_WAYLAND_SERVER_SEAT_INTERFACE_H
|
#ifndef WAYLAND_SERVER_SEAT_INTERFACE_H
|
||||||
#define KWIN_WAYLAND_SERVER_SEAT_INTERFACE_H
|
#define WAYLAND_SERVER_SEAT_INTERFACE_H
|
||||||
|
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
|
@ -17,8 +17,8 @@ Lesser General Public License for more details.
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
#ifndef KWIN_WAYLAND_SERVER_BUFFER_INTERFACE_H
|
#ifndef WAYLAND_SERVER_BUFFER_INTERFACE_H
|
||||||
#define KWIN_WAYLAND_SERVER_BUFFER_INTERFACE_H
|
#define WAYLAND_SERVER_BUFFER_INTERFACE_H
|
||||||
|
|
||||||
#include <QImage>
|
#include <QImage>
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
|
@ -17,8 +17,8 @@ Lesser General Public License for more details.
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
#ifndef KWIN_WAYLAND_SERVER_SHELL_INTERFACE_H
|
#ifndef WAYLAND_SERVER_SHELL_INTERFACE_H
|
||||||
#define KWIN_WAYLAND_SERVER_SHELL_INTERFACE_H
|
#define WAYLAND_SERVER_SHELL_INTERFACE_H
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,8 @@ Lesser General Public License for more details.
|
||||||
You should have received a copy of the GNU Lesser General Public
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
#ifndef KWIN_WAYLAND_SERVER_SURFACE_INTERFACE_H
|
#ifndef WAYLAND_SERVER_SURFACE_INTERFACE_H
|
||||||
#define KWIN_WAYLAND_SERVER_SURFACE_INTERFACE_H
|
#define WAYLAND_SERVER_SURFACE_INTERFACE_H
|
||||||
|
|
||||||
#include "output_interface.h"
|
#include "output_interface.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue