From kde-commits Sun Nov 30 16:40:31 1997 From: CVS by ettrich Date: Sun, 30 Nov 1997 16:40:31 +0000 To: kde-commits Subject: kdelibs/kdecore X-MARC-Message: https://marc.info/?l=kde-commits&m=88722466401856 kdelibs/kdecore kwm.h,1.8,1.9 Author: ettrich CVSROOT: /usr/local/cvsroot Sun Nov 30 16:40:30 MET 1997 Update of /usr/local/cvsroot/kdelibs/kdecore In directory demeter:/tmp/cvs-serv29973 Modified Files: kwm.h Log Message: Matthias: Some stuff which may be usefull for kwmpager ;-) * KWM understands the following values at present: * noDecoration : Not decorated at all * normalDecoration : Normal decoration (transient windows with * dialog decoration, shaped windows not decorated * at all) * * tinyDecoration : Tiny decoration (just a little frame) * * If your window does not want the focus, you can OR the decoration * property with noFocus, for example kpager: * KWM::setDecoration(winId(), KWM::tinyDecoration | KWM::noFocus); * * Note: X11R6 does not offer a standard property or protocoll for * this purpose. So kwm uses a KDE specific property which may have * no effect with other window managers. */ static void setDecoration(Window w, long value);