From 3e37efd9cd7d03b7f3a8400ceeea507b4ee54b24 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Thu, 27 Jul 2023 01:27:24 +0200 Subject: xW: show a connect dialog when run without args --- xW/xW-resources.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'xW/xW-resources.h') 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 -- cgit v1.2.3-54-g00ecf