diff options
Diffstat (limited to 'libLumina/LuminaX11.h')
-rw-r--r-- | libLumina/LuminaX11.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libLumina/LuminaX11.h b/libLumina/LuminaX11.h index ac232de1..6e229729 100644 --- a/libLumina/LuminaX11.h +++ b/libLumina/LuminaX11.h @@ -132,9 +132,15 @@ public: QString WindowClass(WId); unsigned int WindowWorkspace(WId); WINDOWSTATE WindowState(WId win); //Visible state of window + QString WindowVisibleIconName(WId win); //_WM_VISIBLE_ICON_NAME + QString WindowIconName(WId win); //_WM_ICON_NAME + QString WindowVisibleName(WId win); //_WM_VISIBLE_NAME + QString WindowName(WId win); //_WM_NAME //Window Modification - void SetAsSticky(WId); + void SetAsSticky(WId); //Stick to all workspaces + void CloseWindow(WId); //request that the window be closed + }; #endif
\ No newline at end of file |