File: TODO

package info (click to toggle)
kazam 1.4.5-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,820 kB
  • sloc: python: 3,552; makefile: 12
file content (14 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TODO
----

Whishlist (by BigWhale) and reasons why is something still on a whishlist

- Frame marking the capture area while recording is in progress
  A transparent window with no input mask is required on screen. However,
  for that to work, Gdk.cairo_region_create_from_surface() is required. For
  some reason, this fuction still isn't introspected. See:

  http://askubuntu.com/questions/97789/creating-a-gtk-window-with-input-shape-mask-in-python

  (This is still an issue ... :'( )