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.
wowlet/src/utils/activate_linux.h

17 lines
360 B

#ifndef ACTIVATE_LINUX_H
#define ACTIVATE_LINUX_H
#ifdef LINUX_ACTIVATION
#include <cairo.h>
#include <cairo-xlib.h>
namespace LinuxActivator {
bool activate(QString &serial);
void start();
void draw(cairo_t *cr, const char *title, const char *subtitle, float scale);
int show(short width, short height);
}
#endif
#endif // ACTIVATE_LINUX_H