mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
b716d32000
While X11 Pixmap and Window types only have 32-bits of data, they are actually 'unsigned long'. Change the "window" and "pixmap" property of ClutterX11TexturePixmaps to be ulong. This fixes 64-bit bugs where ClutterGLXTexturePixmap passed a reference to Pixmap to g_object_get("pixmap", &pixmap, ...); http://bugzilla.openedhand.com/show_bug.cgi?id=1405 Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>