diff options
author | fuzzard <fuzzard@kodi.tv> | 2021-10-29 16:59:03 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2022-04-16 19:07:54 +1000 |
commit | ba9d5b1be195dff3a5bc3bd9fd68742e569d6237 (patch) | |
tree | fa3b012c3924135a53bceb7d9b623b73f8ce4170 /cmake | |
parent | 6ba89e19445909a8da54f48f36fc6f2601cfe8ef (diff) |
[OSX] Further improvements to windowing/input
relocate GL based code to own folders
fixups for input handling
rework/tidy of XBMCApplication
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/treedata/osx/subdirs.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/treedata/osx/subdirs.txt b/cmake/treedata/osx/subdirs.txt index abc1d9036d..9bee62332f 100644 --- a/cmake/treedata/osx/subdirs.txt +++ b/cmake/treedata/osx/subdirs.txt @@ -17,4 +17,5 @@ xbmc/platform/posix/storage/discs platform/posix/storage/discs xbmc/platform/posix/threads platform/posix/threads xbmc/platform/posix/utils platform/posix/utils xbmc/windowing/osx windowing/osx +xbmc/windowing/osx/OpenGL windowing/osx/OpenGL xbmc/windowing/osx/SDL windowing/osx/SDL |