Exemplo n.º 1
0
 def init(self, opts):
     GTKShadowServerBase.init(self, opts)
     X11ServerBase.init(self, opts)
Exemplo n.º 2
0
 def init(self, opts):
     GTKShadowServerBase.init(self, opts)
     self.keycodes = {}
     #printing fails silently on OSX
     self.printing = False
Exemplo n.º 3
0
 def init(self, opts):
     GTKShadowServerBase.init(self, opts)
     X11ServerCore.do_init(self, opts)
Exemplo n.º 4
0
 def init(self, opts):
     self.pixel_depth = int(opts.pixel_depth) or 32
     if self.pixel_depth not in (24, 30, 32):
         raise InitException("unsupported pixel depth: %s" %
                             self.pixel_depth)
     GTKShadowServerBase.init(self, opts)
Exemplo n.º 5
0
 def init(self, opts):
     GTKShadowServerBase.init(self, opts)
     #don't call init on X11ServerCore,
     #this would call up to GTKServerBase.init(opts) again:
     X11ServerCore.do_init(self, opts)
Exemplo n.º 6
0
 def init(self, opts):
     GTKShadowServerBase.init(self, opts)
     self.keycodes = {}
     #printing fails silently on OSX
     self.printing = False