Port to xfconf

The internal XtmSettings object is retained so we don't have to refactor
everything, but the backend now uses Xfconf over the rc file.
This commit is contained in:
Simon Steinbeiss
2021-01-20 16:00:15 +01:00
committed by Simon Steinbeiß
parent 99c3deee8e
commit a5aeafc15f
7 changed files with 146 additions and 290 deletions

View File

@@ -13,6 +13,7 @@ xfce4_taskmanager_CFLAGS = \
$(GTK3_CFLAGS) \
$(WNCK_CFLAGS) \
$(LIBXFCE4UI_CFLAGS) \
$(XFCONF_CFLAGS) \
$(NULL)
xfce4_taskmanager_LDADD = \
@@ -22,6 +23,7 @@ xfce4_taskmanager_LDADD = \
$(GTK3_LIBS) \
$(WNCK_LIBS) \
$(LIBXFCE4UI_LIBS) \
$(XFCONF_LIBS) \
$(NULL)
xfce4_taskmanager_SOURCES = \