mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-27 10:25:49 +01:00
added patch with bugfixes for wings/textfield/panel exit with escape/bag etc
changed iconchooser to center icons/text updated po files
This commit is contained in:
@@ -180,6 +180,7 @@ typedef enum {
|
||||
enum {
|
||||
WMIllegalTextMovement,
|
||||
WMReturnTextMovement,
|
||||
WMEscapeTextMovement,
|
||||
WMTabTextMovement,
|
||||
WMBacktabTextMovement,
|
||||
WMLeftTextMovement,
|
||||
@@ -350,6 +351,7 @@ typedef struct WMAlertPanel {
|
||||
short done;
|
||||
|
||||
KeyCode retKey;
|
||||
KeyCode escKey;
|
||||
} WMAlertPanel;
|
||||
|
||||
|
||||
@@ -364,6 +366,7 @@ typedef struct WMInputPanel {
|
||||
short done;
|
||||
|
||||
KeyCode retKey;
|
||||
KeyCode escKey;
|
||||
} WMInputPanel;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user