mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-11 01:28:19 +03:00
13b10f691d
This allows compositors which prefer to draw the decorations around clients to do so, rather than letting GLFW draw its own decorations. The appearance is thus entirely subject to the compositor used, but should generally be better than the current solid colour decorations we have, which we continue to use when the compositor doesn’t support this protocol or tells us to draw the decorations ourselves.
150 lines
3.0 KiB
JSON
150 lines
3.0 KiB
JSON
{
|
|
"cocoa": {
|
|
"headers": [
|
|
"cocoa_platform.h",
|
|
"cocoa_joystick.h",
|
|
"posix_thread.h",
|
|
"nsgl_context.h",
|
|
"egl_context.h",
|
|
"osmesa_context.h"
|
|
],
|
|
"sources": [
|
|
"cocoa_init.m",
|
|
"cocoa_joystick.m",
|
|
"cocoa_monitor.m",
|
|
"cocoa_window.m",
|
|
"cocoa_time.c",
|
|
"posix_thread.c",
|
|
"nsgl_context.m",
|
|
"egl_context.c",
|
|
"osmesa_context.c"
|
|
]
|
|
},
|
|
"common": {
|
|
"headers": [
|
|
"internal.h",
|
|
"mappings.h"
|
|
],
|
|
"sources": [
|
|
"context.c",
|
|
"init.c",
|
|
"input.c",
|
|
"monitor.c",
|
|
"vulkan.c",
|
|
"window.c"
|
|
]
|
|
},
|
|
"osmesa": {
|
|
"headers": [
|
|
"null_platform.h",
|
|
"null_joystick.h",
|
|
"posix_time.h",
|
|
"posix_thread.h",
|
|
"osmesa_context.h"
|
|
],
|
|
"sources": [
|
|
"null_init.c",
|
|
"null_monitor.c",
|
|
"null_window.c",
|
|
"null_joystick.c",
|
|
"posix_time.c",
|
|
"posix_thread.c",
|
|
"osmesa_context.c"
|
|
]
|
|
},
|
|
"wayland": {
|
|
"headers": [
|
|
"wl_platform.h",
|
|
"posix_time.h",
|
|
"posix_thread.h",
|
|
"xkb_glfw.h",
|
|
"dbus_glfw.h",
|
|
"ibus_glfw.h",
|
|
"backend_utils.h",
|
|
"egl_context.h",
|
|
"osmesa_context.h",
|
|
"linux_joystick.h",
|
|
"null_joystick.h"
|
|
],
|
|
"protocols": [
|
|
"stable/xdg-shell/xdg-shell.xml",
|
|
"stable/viewporter/viewporter.xml",
|
|
"unstable/relative-pointer/relative-pointer-unstable-v1.xml",
|
|
"unstable/pointer-constraints/pointer-constraints-unstable-v1.xml",
|
|
"unstable/idle-inhibit/idle-inhibit-unstable-v1.xml",
|
|
"unstable/xdg-decoration/xdg-decoration-unstable-v1.xml"
|
|
],
|
|
"sources": [
|
|
"wl_init.c",
|
|
"wl_monitor.c",
|
|
"wl_window.c",
|
|
"posix_time.c",
|
|
"posix_thread.c",
|
|
"xkb_glfw.c",
|
|
"dbus_glfw.c",
|
|
"ibus_glfw.c",
|
|
"egl_context.c",
|
|
"osmesa_context.c",
|
|
"backend_utils.c",
|
|
"linux_joystick.c",
|
|
"null_joystick.c"
|
|
]
|
|
},
|
|
"wayland_protocols": [
|
|
1,
|
|
15
|
|
],
|
|
"win32": {
|
|
"headers": [
|
|
"win32_platform.h",
|
|
"win32_joystick.h",
|
|
"wgl_context.h",
|
|
"egl_context.h",
|
|
"osmesa_context.h"
|
|
],
|
|
"sources": [
|
|
"win32_init.c",
|
|
"win32_joystick.c",
|
|
"win32_monitor.c",
|
|
"win32_time.c",
|
|
"win32_thread.c",
|
|
"win32_window.c",
|
|
"wgl_context.c",
|
|
"egl_context.c",
|
|
"osmesa_context.c"
|
|
]
|
|
},
|
|
"x11": {
|
|
"headers": [
|
|
"x11_platform.h",
|
|
"xkb_glfw.h",
|
|
"dbus_glfw.h",
|
|
"ibus_glfw.h",
|
|
"backend_utils.h",
|
|
"posix_time.h",
|
|
"posix_thread.h",
|
|
"glx_context.h",
|
|
"egl_context.h",
|
|
"osmesa_context.h",
|
|
"linux_joystick.h",
|
|
"null_joystick.h"
|
|
],
|
|
"sources": [
|
|
"x11_init.c",
|
|
"x11_monitor.c",
|
|
"x11_window.c",
|
|
"xkb_glfw.c",
|
|
"dbus_glfw.c",
|
|
"ibus_glfw.c",
|
|
"posix_time.c",
|
|
"posix_thread.c",
|
|
"glx_context.c",
|
|
"egl_context.c",
|
|
"osmesa_context.c",
|
|
"backend_utils.c",
|
|
"linux_joystick.c",
|
|
"null_joystick.c"
|
|
]
|
|
}
|
|
}
|