Edit

kc3-lang/libxkbcommon/src

Branch :

  • Show log

    Commit

  • Author : Dan Nicholson
    Date : 2009-04-04 09:29:43
    Hash : 5d95a43a
    Message : Refactor xkbpath so that it implicitly initializes Instead of requiring the user to call XkbInitIncludePath() and XkbAddDefaultDirectoriesToPath(), all the path entry points now implicitly initialize the path. When initializing, the default directories are added so it's useful. This provides normal operation without exposing the xkbpath API. That might happen later to allow apps to edit the XKB search path.