mirror of
https://github.com/brunoherbelin/vimix.git
synced 2026-06-16 04:27:23 +02:00
Merge remote-tracking branch 'origin/beta'
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user