File: main.c

package info (click to toggle)
cinnamon-settings-daemon 6.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,896 kB
  • sloc: ansic: 31,182; xml: 205; python: 61; sh: 50; makefile: 20
file content (20 lines) | stat: -rw-r--r-- 621 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#define NEW csd_background_manager_new
#define START csd_background_manager_start
#define STOP csd_background_manager_stop
#define MANAGER CsdBackgroundManager

// Setting this to TRUE makes the plugin register
// with CSM before starting.
// Setting this to FALSE makes CSM wait for the plugin to be started
// before initializing the next phase.
#define REGISTER_BEFORE_STARTING TRUE

// Setting this to TRUE makes the plugin force GDK_SCALE=1
#define FORCE_GDK_SCALE TRUE

// This plugin must run under x11/xwayland
#define FORCE_X11_BACKEND TRUE

#include "csd-background-manager.h"

#include "daemon-skeleton-gtk.h"