Skip to content

Fix segfaults on 32-bit systems.

martinwhitaker requested to merge martinwhitaker/mutter:master into master

The new "id" properties for the MetaCrtc* and MetaOuput* objects are 64-bit values, so take care to pass 64-bit values when calling g_object_new.

Fixes #1343 (closed).

Merge request reports