feat(Linux): "a few minor things"

This commit is contained in:
Sabine 2024-08-08 08:08:20 +02:00
parent 690caec12b
commit e0f4e50dc7
2 changed files with 3 additions and 6 deletions

View file

@ -670,7 +670,7 @@ vec_dword_2D create_empty_2D_Vector(int dim_rows, int dim_ss) {
* @param[in,out] all_vector 3D-vector that holds the data of the US keyboard and the currently used (underlying) keyboard
* @param keymap pointer to currently used (underlying) keybord layout
* @return 0 on success;
* 1 if the initialization of the underlying vector failes;
* 1 if the initialization of the underlying vector fails;
* 2 if data of less than 2 keyboards is contained in all_vector
*/
int append_underlying_ToVector(vec_dword_3D& all_vector, GdkKeymap* keymap) {
@ -706,10 +706,8 @@ int append_underlying_ToVector(vec_dword_3D& all_vector, GdkKeymap* keymap) {
}
/**
* @brief create a pointer to pointer of the current keymap for later use
* @param keymap pointer to pointer to currently used (underlying) keyboard layout
* @param argc count of arguments
* @param argv array of arguments
* @brief initializes GDK and return the current keymap for later use
* @param keymap [out] currently used (underlying) keyboard layout
* @return FALSE on success;
* TRUE if the display or keymap is not found
*/

View file

@ -52,7 +52,6 @@ std::vector<KMX_DeadkeyMapping> KMX_FDeadkeys; // I4353
* @brief start of mcompile; load, convert and save keyboard
* @param argc number of commandline arguments
* @param argv pointer to commandline arguments: executable, inputfile, outputfile
* @param argv_gdk pointer to (commandline arguments)
* @return 0 on success,
* 1 for wrong usage of calling parameters,
* 3 if unable to load keyboard