mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-01 10:18:15 +02:00
Update to final Compose cache directory location.
(cherry picked from abda4d223e commit)
This commit is contained in:
parent
912ef19829
commit
df3fef8983
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ THIS SOFTWARE.
|
|||
#ifdef COMPOSECACHE
|
||||
|
||||
/* include trailing '/' for cache directory, file prefix otherwise */
|
||||
#define XIM_GLOBAL_CACHE_DIR "/var/X11R6/compose-cache/"
|
||||
#define XIM_GLOBAL_CACHE_DIR "/var/cache/libx11/compose/"
|
||||
#define XIM_HOME_CACHE_DIR "/.compose-cache/"
|
||||
#define XIM_CACHE_MAGIC ('X' | 'i'<<8 | 'm'<<16 | 'C'<<24)
|
||||
#define XIM_CACHE_VERSION 4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue