You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kooldock/src/clip.h

30 lines
456 B

#ifndef CLIP_H
#define CLIP_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <tqwidget.h>
#include <netwm.h>
#include <twin.h>
class clip : public TQWidget
{
Q_OBJECT
public:
clip(TQWidget* parent = 0, const char* name = 0);
virtual ~clip();
void clipDesktop(int, int, int, int, int, int, int, int, int, int, int, int);
private:
NETWinInfo* info;
protected:
void paintEvent(TQPaintEvent*);
};
#endif // CLIP_H