diff enso/graphics/__init__.py @ 31:5e4c680f49a3

Added a prototype 'provider' framework to allow the Enso core to connect with platform-specific modules such as enso_osx. Also created a scripts/run_enso.py script, which doesn't currently work because of some annoying font issues which will be fixed soon.
author Atul Varma <varmaa@toolness.com>
date Sun, 24 Feb 2008 11:37:55 -0600
parents 422dc98d3080
children 835c7c35e4c4
line wrap: on
line diff
--- a/enso/graphics/__init__.py	Sat Feb 23 10:38:02 2008 -0600
+++ b/enso/graphics/__init__.py	Sun Feb 24 11:37:55 2008 -0600
@@ -0,0 +1,5 @@
+import enso.providers
+
+_graphics = enso.providers.getInterface( "graphics" )
+
+getDesktopSize = _graphics.getDesktopSize