Edit

kc3-lang/libxkbcommon/src/compose/constants.h

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2025-08-06 17:22:38
    Hash : b5d969dd
    Message : compose: Move constants to dedicated header

  • src/compose/constants.h
  • /*
     * Copyright © 2013 Ran Benita <ran234@gmail.com>
     * SPDX-License-Identifier: MIT
     */
    
    #pragma once
    
    #define COMPOSE_MAX_LHS_LEN 10
    #define COMPOSE_MAX_INCLUDE_DEPTH 5
    /** Maximum size of the string returned by xkb_compose_state_get_utf8() */
    #define XKB_COMPOSE_MAX_STRING_SIZE 256