diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-31 20:17:59 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-31 20:17:59 +0000 |
commit | 1eaf7ae9d7ff2adf3249176c155ae66dea08ecc3 (patch) | |
tree | d020778c6956a535dd35a4626b7857b36b775c20 /app/xsm/info.h | |
parent | 0aea447cde00cd16718571f752213425ba2b2d23 (diff) |
Update to xsm 1.0.2
Diffstat (limited to 'app/xsm/info.h')
-rw-r--r-- | app/xsm/info.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/xsm/info.h b/app/xsm/info.h index c07f40445..3fb709c51 100644 --- a/app/xsm/info.h +++ b/app/xsm/info.h @@ -41,4 +41,10 @@ extern void ClientInfoXtProc(Widget w, XtPointer client_data, XtPointer callData); extern void create_client_info_popup(void); +extern Widget clientInfoPopup; +extern Widget clientPropPopup; +extern Widget clientListWidget; +extern Widget manualRestartLabel; +extern Widget manualRestartCommands; + #endif |