#ifndef UTILS_H #define UTILS_H #include #include void SetDPMS(bool on); void AlwaysOnTop(WId wid, bool on); void update(); #endif