fix things
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-17 21:26:41 +09:00
commit 7b9870cebc
Signed by: nishi
GPG key ID: 27EF69B208EB9343
11 changed files with 66 additions and 25 deletions

View file

@ -84,7 +84,7 @@ typedef struct {
@end
@interface MilskoCocoaPixmap : NSObject {
@public
@public
MwBool valid;
int width;
int height;
@ -106,7 +106,7 @@ typedef struct {
@interface MilskoCocoaView : NSView {
MwBool _child;
@public
@public
draw_command* commands;
}
@ -119,7 +119,7 @@ typedef struct {
@end
@interface MilskoCocoa : NSObject {
@public
@public
MilskoCocoaApplication* application;
MwBool _forceRender;
MwBool _eventsPending;

View file

@ -454,7 +454,7 @@ struct _MwLLWayland {
#endif
MwBool dark_theme_detection;
MwU32 dark_theme;
MwU32 dark_theme;
/* clipboard related stuff.
* Note that unlike most interfaces, we don't keep zwp_primary_selection stuff in a wayland_protocol_t because we use wl_data_device as a fallback and want to have it share memory space.*/