Skip to content

Commit

Permalink
Support more international keyboard layouts for issue #768.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Mar 16, 2024
1 parent 6af4047 commit e534b92
Show file tree
Hide file tree
Showing 7 changed files with 827 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ SET(ICE_COMMON_SRCS udir.cc upath.cc yapp.cc yxapp.cc ytimer.cc yprefs.cc
ypipereader.cc yxembed.cc yconfig.cc yfont.cc ysvg.cc
ypixmap.cc yimage2.cc yimage_gdk.cc yximage.cc ycolor.cc
ytooltip.cc ylocale.cc yarray.cc yfileio.cc ytime.cc
ystring.cc mstring.cc ref.cc logevent.cc misc.cc)
ystring.cc mstring.cc ref.cc keysyms.cc logevent.cc misc.cc)

if(CONFIG_XFREETYPE)
list(APPEND ICE_COMMON_SRCS yfontxft.cc)
Expand Down
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ libice_la_SOURCES = \
default.h \
guievent.h \
intl.h \
keysyms.cc \
keysyms.h \
logevent.cc \
logevent.h \
misc.cc \
Expand Down
Loading

0 comments on commit e534b92

Please sign in to comment.