diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-07-27 01:27:24 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-07-27 01:28:52 +0200 |
commit | 3e37efd9cd7d03b7f3a8400ceeea507b4ee54b24 (patch) | |
tree | b789f287034ce77adcf25f91649aeeee0334a057 /xW/xW-resources.h | |
parent | efb25b8aae0f4768d5b14f4688b2cb0a9eab80af (diff) | |
download | xK-3e37efd9cd7d03b7f3a8400ceeea507b4ee54b24.tar.gz xK-3e37efd9cd7d03b7f3a8400ceeea507b4ee54b24.tar.xz xK-3e37efd9cd7d03b7f3a8400ceeea507b4ee54b24.zip |
xW: show a connect dialog when run without args
Diffstat (limited to 'xW/xW-resources.h')
-rw-r--r-- | xW/xW-resources.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xW/xW-resources.h b/xW/xW-resources.h index caa37ad..47568b0 100644 --- a/xW/xW-resources.h +++ b/xW/xW-resources.h @@ -10,3 +10,8 @@ #define ID_GOTO_ACTIVITY 15 #define ID_TOGGLE_UNIMPORTANT 16 #define ID_DISPLAY_FULL_LOG 17 + +#define IDD_CONNECT 20 +#define IDC_STATIC 21 +#define IDC_HOST 22 +#define IDC_PORT 23 |