Changeset 93


Ignore:
Timestamp:
05/11/09 13:29:53 (3 years ago)
Author:
rkuck
Message:

TouchscreenEmulator? now uses local display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-display/python/avango/display/_display.py

    r82 r93  
    103103        _windows[0].Name.value = "" 
    104104        global _touchscreen_window 
    105         _touchscreen_window = _make_window(0, 0, 1280, 1024, 6, 2.4, False, "labws2:0.0") 
     105        _touchscreen_window = _make_window(1280, 0, 1280, 1024, 6., 2.4, False, ":0.0") 
    106106        _touchscreen_window.Name.value = "Touchscreen" 
    107107 
Note: See TracChangeset for help on using the changeset viewer.