[RFC] state machine for display control

Tiago Vignatti tiago.vignatti at intel.com
Fri Feb 24 08:08:38 PST 2012


Hi,

Following is the kinda of cleanup I found worth before actually implement the
drm routines for backlight control and DPMS. Please comment on!

Thanks,


Tiago Vignatti (7):
  gitignore: update it
  shell: remove unused code from screensaver
  compositor: activity happens in core scope only
  compositor: split timing related code on its own file and scope
  compositor: make screensaver idle time shell specific
  shell: use a more suggestive name
  compositor: implement a state machine for display control

 clients/.gitignore       |    2 +-
 src/Makefile.am          |    2 +
 src/compositor.c         |   43 ++---------------
 src/compositor.h         |   13 +++--
 src/shell.c              |   62 ++++++++++++++++++------
 src/timer.c              |  120 ++++++++++++++++++++++++++++++++++++++++++++++
 src/timer.h              |   45 +++++++++++++++++
 weston-desktop-shell.ini |    4 +-
 8 files changed, 229 insertions(+), 62 deletions(-)
 create mode 100644 src/timer.c
 create mode 100644 src/timer.h

-- 
1.7.5.4



More information about the wayland-devel mailing list