now probably need to consider some module renaming as a result of the merges. but for now that can wait. SVN revision: 59059devs/princeamd/enlightenment-0.17-elive
parent
1a3f544f54
commit
7469a45aef
88 changed files with 176 additions and 2174 deletions
@ -1,7 +0,0 @@ |
||||
.deps |
||||
.libs |
||||
Makefile |
||||
Makefile.in |
||||
*.lo |
||||
module.la |
||||
module.desktop |
@ -1,31 +0,0 @@ |
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
MODULE = conf_borders
|
||||
|
||||
# data files for the module
|
||||
filesdir = $(libdir)/enlightenment/modules/$(MODULE)
|
||||
files_DATA = \
|
||||
e-module-$(MODULE).edj module.desktop |
||||
|
||||
EXTRA_DIST = $(files_DATA)
|
||||
|
||||
# the module .so file
|
||||
INCLUDES = -I. \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/src/modules/$(MODULE) \
|
||||
-I$(top_srcdir)/src/bin \
|
||||
-I$(top_builddir)/src/bin \
|
||||
-I$(top_srcdir)/src/modules \
|
||||
@e_cflags@
|
||||
pkgdir = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH)
|
||||
pkg_LTLIBRARIES = module.la
|
||||
module_la_SOURCES = e_mod_main.c \
|
||||
e_mod_main.h \
|
||||
e_int_config_borders.c \
|
||||
e_int_config_borders.h
|
||||
|
||||
module_la_LIBADD = @e_libs@ @dlopen_libs@
|
||||
module_la_LDFLAGS = -module -avoid-version
|
||||
module_la_DEPENDENCIES = $(top_builddir)/config.h
|
||||
|
||||
uninstall: |
||||
rm -rf $(DESTDIR)$(libdir)/enlightenment/modules/$(MODULE)
|
Binary file not shown.
@ -1,47 +0,0 @@ |
||||
#include "e.h" |
||||
#include "e_mod_main.h" |
||||
|
||||
/* actual module specifics */ |
||||
static E_Module *conf_module = NULL; |
||||
|
||||
/* module setup */ |
||||
EAPI E_Module_Api e_modapi = |
||||
{ |
||||
E_MODULE_API_VERSION, |
||||
"Settings - Borders" |
||||
}; |
||||
|
||||
EAPI void * |
||||
e_modapi_init(E_Module *m) |
||||
{ |
||||
e_configure_registry_category_add("appearance", 10, _("Look"), NULL, "preferences-look"); |
||||
e_configure_registry_item_add("appearance/borders", 50, _("Borders"), NULL, "preferences-system-windows", e_int_config_borders); |
||||
e_configure_registry_category_add("internal", -1, _("Internal"), NULL, "enlightenment/internal"); |
||||
e_configure_registry_item_add("internal/borders_border", -1, _("Border"), NULL, "preferences-system-windows", e_int_config_borders_border); |
||||
conf_module = m; |
||||
e_module_delayed_set(m, 1); |
||||
return m; |
||||
} |
||||
|
||||
EAPI int |
||||
e_modapi_shutdown(E_Module *m __UNUSED__) |
||||
{ |
||||
E_Config_Dialog *cfd; |
||||
|
||||
while ((cfd = e_config_dialog_get("E", "internal/borders_border")))
|
||||
e_object_del(E_OBJECT(cfd)); |
||||
while ((cfd = e_config_dialog_get("E", "appearance/borders")))
|
||||
e_object_del(E_OBJECT(cfd)); |
||||
e_configure_registry_item_del("internal/borders_border"); |
||||
e_configure_registry_category_del("internal"); |
||||
e_configure_registry_item_del("appearance/borders"); |
||||
e_configure_registry_category_del("appearance"); |
||||
conf_module = NULL; |
||||
return 1; |
||||
} |
||||
|
||||
EAPI int |
||||
e_modapi_save(E_Module *m __UNUSED__) |
||||
{ |
||||
return 1; |
||||
} |
@ -1,17 +0,0 @@ |
||||
#ifndef E_MOD_MAIN_H |
||||
#define E_MOD_MAIN_H |
||||
|
||||
#define E_TYPEDEFS 1 |
||||
#include "e_int_config_borders.h" |
||||
|
||||
#undef E_TYPEDEFS |
||||
#include "e_int_config_borders.h" |
||||
|
||||
|
||||
EAPI extern E_Module_Api e_modapi; |
||||
|
||||
EAPI void *e_modapi_init (E_Module *m); |
||||
EAPI int e_modapi_shutdown (E_Module *m); |
||||
EAPI int e_modapi_save (E_Module *m); |
||||
|
||||
#endif |
@ -1,36 +0,0 @@ |
||||
[Desktop Entry] |
||||
Type=Link |
||||
Name=Borders |
||||
Name[ru]=Бордюры |
||||
Name[cs]=Rámy |
||||
Name[de]= |
||||
Name[el]=Περιγράμματα |
||||
Name[eo]=Randoj |
||||
Name[es]=Bordes |
||||
Name[fr]=Bordures |
||||
Name[hu]=Ablakkeret |
||||
Name[it]=Bordi |
||||
Name[ja]= |
||||
Name[pt]=Contornos |
||||
Name[pt_BR]= |
||||
Name[tr]=Sınırlar |
||||
Name[zh_CN]= |
||||
Name[zh_TW]= |
||||
Icon=e-module-conf_borders |
||||
Comment=Used to select a default border style. |
||||
Comment[ru]=Используется для выбора стиля бордюра по умолчанию. |
||||
Comment[cs]=Volby výchozího rámu okna. |
||||
Comment[de]= |
||||
Comment[el]=Χρησιμοποιείται για την επιλογή προκαθορισμένου στυλ περιγράμματος. |
||||
Comment[eo]=Elekti pravaloran randan stilon. |
||||
Comment[es]=USado para elegir un diseño de borde predeterminado. |
||||
Comment[fr]=Permet de choisir le style de bordure par défaut. |
||||
Comment[hu]=Beállíthatod az alapértelmezett ablakkeret stílust. |
||||
Comment[it]=Usato per selezionare uno stile di bordo predefinito. |
||||
Comment[ja]= |
||||
Comment[pt]=Permite-lhe escolher o estilo dos contornos |
||||
Comment[pt_BR]= |
||||
Comment[tr]=Öntanımlı sınır biçimini seçmekte kullanılır. |
||||
Comment[zh_CN]= |
||||
Comment[zh_TW]= |
||||
X-Enlightenment-ModuleType=settings |
@ -1,7 +0,0 @@ |
||||
.deps |
||||
.libs |
||||
Makefile |
||||
Makefile.in |
||||
*.lo |
||||
module.la |
||||
module.desktop |
@ -1,31 +0,0 @@ |
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
MODULE = conf_colors
|
||||
|
||||
# data files for the module
|
||||
filesdir = $(libdir)/enlightenment/modules/$(MODULE)
|
||||
files_DATA = \
|
||||
e-module-$(MODULE).edj module.desktop |
||||
|
||||
EXTRA_DIST = $(files_DATA)
|
||||
|
||||
# the module .so file
|
||||
INCLUDES = -I. \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/src/modules/$(MODULE) \
|
||||
-I$(top_srcdir)/src/bin \
|
||||
-I$(top_builddir)/src/bin \
|
||||
-I$(top_srcdir)/src/modules \
|
||||
@e_cflags@
|
||||
pkgdir = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH)
|
||||
pkg_LTLIBRARIES = module.la
|
||||
module_la_SOURCES = e_mod_main.c \
|
||||
e_mod_main.h \
|
||||
e_int_config_color_classes.c \
|
||||
e_int_config_color_classes.h
|
||||
|
||||
module_la_LIBADD = @e_libs@ @dlopen_libs@
|
||||
module_la_LDFLAGS = -module -avoid-version
|
||||
module_la_DEPENDENCIES = $(top_builddir)/config.h
|
||||
|
||||
uninstall: |
||||
rm -rf $(DESTDIR)$(libdir)/enlightenment/modules/$(MODULE)
|
Binary file not shown.
@ -1,44 +0,0 @@ |
||||
#include "e.h" |
||||
#include "e_mod_main.h" |
||||
|
||||
/* actual module specifics */ |
||||
static E_Module *conf_module = NULL; |
||||
|
||||
/* module setup */ |
||||
EAPI E_Module_Api e_modapi = |
||||
{ |
||||
E_MODULE_API_VERSION, |
||||
"Settings - Colors" |
||||
}; |
||||
|
||||
EAPI void * |
||||
e_modapi_init(E_Module *m __UNUSED__) |
||||
{ |
||||
e_configure_registry_category_add("appearance", 10, _("Look"), NULL, |
||||
"preferences-look"); |
||||
e_configure_registry_item_add("appearance/colors", 30, _("Colors"), NULL, |
||||
"preferences-desktop-color", |
||||
e_int_config_color_classes); |
||||
conf_module = m; |
||||
e_module_delayed_set(m, 1); |
||||
return m; |
||||
} |
||||
|
||||
EAPI int |
||||
e_modapi_shutdown(E_Module *m __UNUSED__) |
||||
{ |
||||
E_Config_Dialog *cfd; |
||||
|
||||
while ((cfd = e_config_dialog_get("E", "appearance/colors"))) |
||||
e_object_del(E_OBJECT(cfd)); |
||||
e_configure_registry_item_del("appearance/colors"); |
||||
e_configure_registry_category_del("appearance"); |
||||
conf_module = NULL; |
||||
return 1; |
||||
} |
||||
|
||||
EAPI int |
||||
e_modapi_save(E_Module *m __UNUSED__) |
||||
{ |
||||
return 1; |
||||
} |
@ -1,15 +0,0 @@ |
||||
#ifndef E_MOD_MAIN_H |
||||
#define E_MOD_MAIN_H |
||||
|
||||
#define E_TYPEDEFS 1 |
||||
#include "e_int_config_color_classes.h" |
||||
#undef E_TYPEDEFS |
||||
#include "e_int_config_color_classes.h" |
||||
|
||||
EAPI extern E_Module_Api e_modapi; |
||||
|
||||
EAPI void *e_modapi_init (E_Module *m); |
||||
EAPI int e_modapi_shutdown (E_Module *m); |
||||
EAPI int e_modapi_save (E_Module *m); |
||||
|
||||
#endif |
@ -1,34 +0,0 @@ |
||||
[Desktop Entry] |
||||
Type=Link |
||||
Name=Colors |
||||
Name[ru]=Цвета |
||||
Name[cs]=Barvy |
||||
Name[de]= |
||||
Name[eo]=Koloroj |
||||
Name[es]=Colores |
||||
Name[fr]=Couleurs |
||||
Name[hu]=Színek |
||||
Name[it]=Colori |
||||
Name[ja]= |
||||
Name[pt]=Cores |
||||
Name[pt_BR]= |
||||
Name[tr]=Renkler |
||||
Name[zh_CN]= |
||||
Name[zh_TW]= |
||||
Icon=e-module-conf_colors |
||||
Comment=Used to customize the color classes. |
||||
Comment[ru]=Используется для настройки цветовых классов. |
||||
Comment[cs]=Určen k nastavení tříd barev. |
||||
Comment[de]= |
||||
Comment[eo]=Adapti la kolorajn grupojn. |
||||
Comment[es]=Usado para personalizar las clases de colores. |
||||
Comment[fr]=Permet de personnaliser les classes de couleurs. |
||||
Comment[hu]=Itt szín beállításokat végezhetsz. |
||||
Comment[it]=Usato per la personalizzazione delle classi di colore. |
||||
Comment[ja]= |
||||
Comment[pt]=Permite-lhe personalizar as classes das cores |
||||
Comment[pt_BR]= |
||||
Comment[tr]=Renkleri özelleştirmekte kullanılır. |
||||
Comment[zh_CN]= |
||||
Comment[zh_TW]= |
||||
X-Enlightenment-ModuleType=settings |
@ -1,7 +0,0 @@ |
||||
.deps |
||||
.libs |
||||
Makefile |
||||
Makefile.in |
||||
*.lo |
||||
module.la |
||||
module.desktop |
@ -1,31 +0,0 @@ |
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
MODULE = conf_fonts
|
||||
|
||||
# data files for the module
|
||||
filesdir = $(libdir)/enlightenment/modules/$(MODULE)
|
||||
files_DATA = \
|
||||
module.desktop |
||||
|
||||
EXTRA_DIST = $(files_DATA)
|
||||
|
||||
# the module .so file
|
||||
INCLUDES = -I. \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/src/modules/$(MODULE) \
|
||||
-I$(top_srcdir)/src/bin \
|
||||
-I$(top_builddir)/src/bin \
|
||||
-I$(top_srcdir)/src/modules \
|
||||
@e_cflags@
|
||||
pkgdir = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH)
|
||||
pkg_LTLIBRARIES = module.la
|
||||
module_la_SOURCES = e_mod_main.c \
|
||||
e_mod_main.h \
|
||||
e_int_config_fonts.c \
|
||||
e_int_config_fonts.h
|
||||
|
||||
module_la_LIBADD = @e_libs@ @dlopen_libs@
|
||||
module_la_LDFLAGS = -module -avoid-version
|
||||
module_la_DEPENDENCIES = $(top_builddir)/config.h
|
||||
|
||||
uninstall: |
||||
rm -rf $(DESTDIR)$(libdir)/enlightenment/modules/$(MODULE)
|
@ -1,44 +0,0 @@ |
||||
#include "e.h" |
||||
#include "e_mod_main.h" |
||||
|
||||
/* actual module specifics */ |
||||
static E_Module *conf_module = NULL; |
||||
|
||||
/* module setup */ |
||||
EAPI E_Module_Api e_modapi = |
||||
{ |
||||
E_MODULE_API_VERSION, |
||||
"Settings - Fonts" |
||||
}; |
||||
|
||||
EAPI void * |
||||
e_modapi_init(E_Module *m) |
||||
{ |
||||
e_configure_registry_category_add("appearance", 10, _("Look"), NULL,
|
||||
"preferences-look"); |
||||
e_configure_registry_item_add("appearance/fonts", 40, _("Fonts"), NULL,
|
||||
"preferences-desktop-font",
|
||||
e_int_config_fonts); |
||||
conf_module = m; |
||||
e_module_delayed_set(m, 1); |
||||
return m; |
||||
} |
||||
|
||||
EAPI int |
||||
e_modapi_shutdown(E_Module *m __UNUSED__) |
||||
{ |
||||
E_Config_Dialog *cfd; |
||||
|
||||
while ((cfd = e_config_dialog_get("E", "appearance/fonts")))
|
||||
e_object_del(E_OBJECT(cfd)); |
||||
e_configure_registry_item_del("appearance/fonts"); |
||||
e_configure_registry_category_del("appearance"); |
||||
conf_module = NULL; |
||||
return 1; |
||||
} |
||||
|
||||
EAPI int |
||||
e_modapi_save(E_Module *m __UNUSED__) |
||||
{ |
||||
return 1; |
||||
} |
@ -1,15 +0,0 @@ |
||||
#ifndef E_MOD_MAIN_H |
||||
#define E_MOD_MAIN_H |
||||
|
||||
#define E_TYPEDEFS 1 |
||||
#include "e_int_config_fonts.h" |
||||
#undef E_TYPEDEFS |
||||
#include "e_int_config_fonts.h" |
||||
|
||||
EAPI extern E_Module_Api e_modapi; |
||||
|
||||
EAPI void *e_modapi_init (E_Module *m); |
||||
EAPI int e_modapi_shutdown (E_Module *m); |
||||
EAPI int e_modapi_save (E_Module *m); |
||||
|
||||
#endif |
@ -1,34 +0,0 @@ |
||||
[Desktop Entry] |
||||
Type=Link |
||||
Name=Fonts |
||||
Name[ru]=Шрифты |
||||
Name[cs]=Písmo |
||||
Name[de]= |
||||
Name[eo]=Tiparoj |
||||
Name[es]=Fuentes |
||||
Name[fr]=Polices |
||||
Name[hu]=Betűtípusok |
||||
Name[it]=Font |
||||
Name[ja]= |
||||
Name[pt]=Tipo de letra |
||||
Name[pt_BR]= |
||||
Name[tr]=Yazıtipleri |
||||
Name[zh_CN]= |
||||
Name[zh_TW]= |
||||
Icon=preferences-desktop-font |
||||
Comment=Font configuration dialog. |
||||
Comment[ru]=Диалог конфигурации шрифтов. |
||||
Comment[cs]=Dialog pro výběr písma. |
||||
Comment[de]= |
||||
Comment[eo]=Dialogo de agordo de tiparoj. |
||||
Comment[es]=Diálogo de configuración de fuentes. |
||||
Comment[fr]=Interface de configuration des polices. |
||||
Comment[hu]=Kiválaszthatod a számodra legmegfelellőbb betűtípust. |
||||
Comment[it]=Interfaccia per la configurazione dei font. |
||||
Comment[ja]= |
||||
Comment[pt]=Permite-lhe configurar o tipo de letra |
||||
Comment[pt_BR]= |
||||
Comment[tr]=Yazıtipi yapılandırma diyaloğu. |
||||
Comment[zh_CN]= |
||||
Comment[zh_TW]= |
||||
X-Enlightenment-ModuleType=settings |
@ -1,7 +0,0 @@ |
||||
.deps |
||||
.libs |
||||
Makefile |
||||
Makefile.in |
||||
*.lo |
||||
module.la |
||||
module.desktop |
@ -1,31 +0,0 @@ |
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
MODULE = conf_icon_theme
|
||||
|
||||
# data files for the module
|
||||
filesdir = $(libdir)/enlightenment/modules/$(MODULE)
|
||||
files_DATA = \
|
||||
e-module-$(MODULE).edj module.desktop |
||||
|
||||
EXTRA_DIST = $(files_DATA)
|
||||
|
||||
# the module .so file
|
||||
INCLUDES = -I. \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/src/modules/$(MODULE) \
|
||||
-I$(top_srcdir)/src/bin \
|
||||
-I$(top_builddir)/src/bin \
|
||||
-I$(top_srcdir)/src/modules \
|
||||
@e_cflags@
|
||||
pkgdir = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH)
|
||||
pkg_LTLIBRARIES = module.la
|
||||
module_la_SOURCES = e_mod_main.c \
|
||||
e_mod_main.h \
|
||||
e_int_config_icon_themes.c \
|
||||
e_int_config_icon_themes.h
|
||||
|
||||
module_la_LIBADD = @e_libs@ @dlopen_libs@
|
||||
module_la_LDFLAGS = -module -avoid-version
|
||||
module_la_DEPENDENCIES = $(top_builddir)/config.h
|
||||
|
||||
uninstall: |
||||
rm -rf $(DESTDIR)$(libdir)/enlightenment/modules/$(MODULE)
|
Binary file not shown.
@ -1,41 +0,0 @@ |
||||
#include "e.h" |
||||
#include "e_mod_main.h" |
||||
|
||||
/* actual module specifics */ |
||||
|
||||
static E_Module *conf_module = NULL; |
||||
|
||||
/* module setup */ |
||||
EAPI E_Module_Api e_modapi = |
||||
{ |
||||
E_MODULE_API_VERSION, |
||||
"Settings - Icon Theme" |
||||
}; |
||||
|
||||
EAPI void * |
||||
e_modapi_init(E_Module *m) |
||||
{ |
||||
e_configure_registry_category_add("appearance", 10, _("Look"), NULL, "preferences-look"); |
||||
e_configure_registry_item_add("appearance/icon_theme", 60, _("Icon Theme"), NULL, "preferences-icon-theme", e_int_config_icon_themes); |
||||
conf_module = m; |
||||
e_module_delayed_set(m, 1); |
||||
return m; |
||||
} |
||||
|
||||
EAPI int |
||||
e_modapi_shutdown(E_Module *m __UNUSED__) |
||||
{ |
||||
E_Config_Dialog *cfd; |
||||
|
||||
while ((cfd = e_config_dialog_get("E", "appearance/icon_theme"))) e_object_del(E_OBJECT(cfd)); |
||||
e_configure_registry_item_del("appearance/icon_theme"); |
||||
e_configure_registry_category_del("appearance"); |
||||
conf_module = NULL; |
||||
return 1; |
||||
} |
||||
|
||||
EAPI int |
||||
e_modapi_save(E_Module *m __UNUSED__) |
||||
{ |
||||
return 1; |
||||
} |
@ -1,16 +0,0 @@ |
||||
#ifndef E_MOD_MAIN_H |
||||
#define E_MOD_MAIN_H |
||||
|
||||
#define E_TYPEDEFS 1 |
||||
#include "e_int_config_icon_themes.h" |
||||
|
||||
#undef E_TYPEDEFS |
||||
#include "e_int_config_icon_themes.h" |
||||
|
||||
EAPI extern E_Module_Api e_modapi; |
||||
|
||||
EAPI void *e_modapi_init (E_Module *m); |
||||
EAPI int e_modapi_shutdown (E_Module *m); |
||||
EAPI int e_modapi_save (E_Module *m); |
||||
|
||||
#endif |
@ -1,34 +0,0 @@ |
||||
[Desktop Entry] |
||||
Type=Link |
||||
Name=Icon Theme |
||||
Name[ru]=Тема иконок |
||||
Name[cs]=Téma ikon |
||||
Name[de]= |
||||
Name[eo]=Piktograma etoso |
||||
Name[es]=Tema de íconos |
||||
Name[fr]=Thème d'icones |
||||
Name[hu]=Ikon téma |
||||
Name[it]=Temi di icone |
||||
Name[ja]= |
||||
Name[pt]=Tema de ícones |
||||
Name[pt_BR]= |
||||
Name[tr]=Simge Teması |
||||
Name[zh_CN]= |
||||
Name[zh_TW]= |
||||
Icon=e-module-conf_icon_theme |
||||
Comment=Settings applet used to select an icon theme for E17. |
||||
Comment[ru]=Апплет настроек для выбора темы иконок E17. |
||||
Comment[cs]=Určen k výběru tématu ikon freedesktop.org. |
||||
Comment[de]= |
||||
Comment[eo]=Elekti piktograman etoson por E17. |
||||
Comment[es]=Applet de configuración usado para seleccionar el tema de íconos para E17. |
||||
Comment[fr]=Permet de choisir un thème d'icones pour E17. |
||||
Comment[hu]=Beállíthadod, hogy milyen ikon témát használjon az E17. |
||||
Comment[it]=Applet di configurazione per la selezione di un tema di icone per E17. |
||||
Comment[ja]= |
||||
Comment[pt]=Permite-lhe selecionar o tema de ícones do E17 |
||||
Comment[pt_BR]= |
||||
Comment[tr]=E17 simge temasını seçmek için kullanılan araç. |
||||
Comment[zh_CN]= |
||||
Comment[zh_TW]= |
||||
X-Enlightenment-ModuleType=settings |
@ -1,7 +0,0 @@ |
||||
.deps |
||||
.libs |
||||
Makefile |
||||
Makefile.in |
||||
*.lo |
||||
module.la |
||||
module.desktop |
@ -1,31 +0,0 @@ |
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
MODULE = conf_mouse_cursor
|
||||
|
||||
# data files for the module
|
||||
filesdir = $(libdir)/enlightenment/modules/$(MODULE)
|
||||
files_DATA = \
|
||||
e-module-$(MODULE).edj module.desktop |
||||
|
||||
EXTRA_DIST = $(files_DATA)
|
||||
|
||||
# the module .so file
|
||||
INCLUDES = -I. \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/src/modules/$(MODULE) \
|
||||
-I$(top_srcdir)/src/bin \
|
||||
-I$(top_builddir)/src/bin \
|
||||
-I$(top_srcdir)/src/modules \
|
||||
@e_cflags@
|
||||
pkgdir = $(libdir)/enlightenment/modules/$(MODULE)/$(MODULE_ARCH)
|
||||
pkg_LTLIBRARIES = module.la
|
||||
module_la_SOURCES = e_mod_main.c \
|
||||
e_mod_main.h \
|
||||
e_int_config_cursor.c \
|
||||
e_int_config_cursor.h
|
||||
|
||||
module_la_LIBADD = @e_libs@ @dlopen_libs@
|
||||
module_la_LDFLAGS = -module -avoid-version
|
||||
module_la_DEPENDENCIES = $(top_builddir)/config.h
|
||||
|
||||
uninstall: |
||||
rm -rf $(DESTDIR)$(libdir)/enlightenment/modules/$(MODULE)
|
Binary file not shown.
@ -1,39 +0,0 @@ |
||||
#include "e.h" |
||||
#include "e_mod_main.h" |
||||
|
||||
/* actual module specifics */ |
||||
static E_Module *conf_module = NULL; |
||||
|
||||
/* module setup */ |
||||
EAPI E_Module_Api e_modapi = |
||||
{ |
||||
E_MODULE_API_VERSION, |
||||
"Settings - Mouse Cursor" |
||||
}; |
||||
|
||||
EAPI void * |
||||
e_modapi_init(E_Module *m) |
||||