2000-05-05 18:53:37 +00:00
|
|
|
#ifndef KWIN_INTERFACE_H
|
|
|
|
#define KWIN_INTERFACE_H
|
2000-05-05 10:05:12 +00:00
|
|
|
|
|
|
|
#include <dcopobject.h>
|
|
|
|
|
|
|
|
class KWinInterface : virtual public DCOPObject
|
|
|
|
{
|
|
|
|
K_DCOP
|
|
|
|
|
2000-05-05 18:53:37 +00:00
|
|
|
k_dcop:
|
|
|
|
|
|
|
|
virtual void updateClientArea() = 0;
|
2000-05-05 10:05:12 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|