mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
XKB lock relate. Allow you to disable language button in advance setting.
This commit is contained in:
@@ -60,7 +60,11 @@ typedef struct InspectorPanel {
|
||||
|
||||
/* 3rd page. more attributes */
|
||||
WMFrame *moreFrm;
|
||||
#ifdef XKB_BUTTON_HINT
|
||||
WMButton *moreChk[9];
|
||||
#else
|
||||
WMButton *moreChk[8];
|
||||
#endif
|
||||
|
||||
/* 4th page. icon and workspace */
|
||||
WMFrame *iconFrm;
|
||||
|
||||
Reference in New Issue
Block a user