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.

x11helper.h 177B

12345678910111213
  1. #ifndef X11HELPER_H
  2. #define X11HELPER_H
  3. #include <QMap>
  4. #include <QWidget>
  5. class X11Helper
  6. {
  7. public:
  8. static QMap<WId, QString> getRootWindows();
  9. };
  10. #endif // X11HELPER_H