File gnome-games-glchess-3d-mode.patch of Package gnome-games.import4964
Index: gnome-games-2.32.1/glchess/src/lib/scene/__init__.py
===================================================================
--- gnome-games-2.32.1.orig/glchess/src/lib/scene/__init__.py
+++ gnome-games-2.32.1/glchess/src/lib/scene/__init__.py
@@ -147,3 +147,6 @@ class Scene:
Return the co-ordinate in LAN format (string) or None if no square at this point.
"""
return None
+
+ def setPiecesStyle(self, piecesStyle):
+ pass