From 0b6057404f65218182ab27a9483a21065ef61fca Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Nov 2011 21:50:33 -0600 Subject: Rename kwin to twin (Part 2 of 2) --- twin/oldheaders/CMakeLists.txt | 14 ++++++++++++++ twin/oldheaders/Makefile.am | 2 ++ twin/oldheaders/client.h | 4 ++++ twin/oldheaders/options.h | 4 ++++ twin/oldheaders/twinbutton.h | 4 ++++ twin/oldheaders/workspace.h | 4 ++++ 6 files changed, 32 insertions(+) create mode 100644 twin/oldheaders/CMakeLists.txt create mode 100644 twin/oldheaders/Makefile.am create mode 100644 twin/oldheaders/client.h create mode 100644 twin/oldheaders/options.h create mode 100644 twin/oldheaders/twinbutton.h create mode 100644 twin/oldheaders/workspace.h (limited to 'twin/oldheaders') diff --git a/twin/oldheaders/CMakeLists.txt b/twin/oldheaders/CMakeLists.txt new file mode 100644 index 000000000..d14ace573 --- /dev/null +++ b/twin/oldheaders/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + options.h client.h workspace.h twinbutton.h + DESTINATION ${INCLUDE_INSTALL_DIR}/twin ) diff --git a/twin/oldheaders/Makefile.am b/twin/oldheaders/Makefile.am new file mode 100644 index 000000000..7076d9e13 --- /dev/null +++ b/twin/oldheaders/Makefile.am @@ -0,0 +1,2 @@ +twin_twinincludedir = $(includedir)/twin +twin_twininclude_HEADERS = options.h client.h workspace.h twinbutton.h diff --git a/twin/oldheaders/client.h b/twin/oldheaders/client.h new file mode 100644 index 000000000..cff5cdb61 --- /dev/null +++ b/twin/oldheaders/client.h @@ -0,0 +1,4 @@ +#error The KWin decorations API provided by this header file is obsolete. +#error All code using it will have to be ported to the new KDecoration API. + +// See kdebase/twin/clients/PORTING . diff --git a/twin/oldheaders/options.h b/twin/oldheaders/options.h new file mode 100644 index 000000000..cff5cdb61 --- /dev/null +++ b/twin/oldheaders/options.h @@ -0,0 +1,4 @@ +#error The KWin decorations API provided by this header file is obsolete. +#error All code using it will have to be ported to the new KDecoration API. + +// See kdebase/twin/clients/PORTING . diff --git a/twin/oldheaders/twinbutton.h b/twin/oldheaders/twinbutton.h new file mode 100644 index 000000000..cff5cdb61 --- /dev/null +++ b/twin/oldheaders/twinbutton.h @@ -0,0 +1,4 @@ +#error The KWin decorations API provided by this header file is obsolete. +#error All code using it will have to be ported to the new KDecoration API. + +// See kdebase/twin/clients/PORTING . diff --git a/twin/oldheaders/workspace.h b/twin/oldheaders/workspace.h new file mode 100644 index 000000000..cff5cdb61 --- /dev/null +++ b/twin/oldheaders/workspace.h @@ -0,0 +1,4 @@ +#error The KWin decorations API provided by this header file is obsolete. +#error All code using it will have to be ported to the new KDecoration API. + +// See kdebase/twin/clients/PORTING . -- cgit v1.2.3