~maxb/kazam/unstable

« back to all changes in this revision

Viewing changes to kazam/frontend/window_area.py

  • Committer: David Klasinc
  • Date: 2013-02-12 00:21:46 UTC
  • Revision ID: bigwhale@lubica.net-20130212002146-h1exy73zzqkxkrsp
Added area borders around the recorded area when recording pre-selected area on the screen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
            self.window.set_visual(self.visual)
93
93
            self.compositing = True
94
94
        else:
 
95
            logger.warning("Compositing window manager not found, expect the unexpected.")
95
96
            self.compositing = False
96
97
 
97
98
        (scr, x, y) = self.pntr_device.get_position()