Merge remote-tracking branch 'origin/beta'

This commit is contained in:
Bruno Herbelin
2026-05-12 21:25:30 +02:00
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ public:
OutboundPacketStream& operator<<( const InfinitumType& rhs );
OutboundPacketStream& operator<<( int32 rhs );
#if !(defined(__x86_64__) || defined(_M_X64))
#if !(defined(__LP64__) || defined(_LP64) || defined(__SIZEOF_POINTER__) && __SIZEOF_POINTER__ == 8)
OutboundPacketStream& operator<<( int rhs )
{ *this << (int32)rhs; return *this; }
#endif
+5 -1
View File
@@ -15,7 +15,11 @@
"--device=dri",
"--device=shm",
"--device=all",
"--filesystem=home",
"--filesystem=xdg-videos",
"--filesystem=xdg-pictures",
"--filesystem=xdg-music",
"--filesystem=xdg-download",
"--filesystem=xdg-documents",
"--filesystem=/run/media",
"--filesystem=/media",
"--filesystem=xdg-run/vimix:create",