Merging old headers from kwin_iii back to HEAD.

svn path=/trunk/kdebase/kwin/; revision=251612
This commit is contained in:
Luboš Luňák 2003-09-16 19:30:05 +00:00
parent 613d583174
commit f8b2ceee53
5 changed files with 18 additions and 0 deletions

2
oldheaders/Makefile.am Normal file
View file

@ -0,0 +1,2 @@
kwin_kwinincludedir = $(includedir)/kwin
kwin_kwininclude_HEADERS = options.h client.h workspace.h kwinbutton.h

4
oldheaders/client.h Normal file
View file

@ -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/kwin/clients/PORTING .

4
oldheaders/kwinbutton.h Normal file
View file

@ -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/kwin/clients/PORTING .

4
oldheaders/options.h Normal file
View file

@ -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/kwin/clients/PORTING .

4
oldheaders/workspace.h Normal file
View file

@ -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/kwin/clients/PORTING .