This commit is contained in:
parent
40cae5d2a5
commit
7b9870cebc
11 changed files with 66 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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.*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue