1 #define NEW csd_power_manager_new 2 #define START csd_power_manager_start 3 #define STOP csd_power_manager_stop 4 #define MANAGER CsdPowerManager 5 6 // Setting this to TRUE makes the plugin register 7 // with CSM before starting. 8 // Setting this to FALSE makes CSM wait for the plugin to be started 9 // before initializing the next phase. 10 #define REGISTER_BEFORE_STARTING TRUE 11 12 // Setting this to TRUE makes the plugin force GDK_SCALE=1 13 #define FORCE_GDK_SCALE TRUE 14 15 #include "csd-power-manager.h" 16 17 #include "daemon-skeleton.h" 18