diff src/evdev-plug/ed.h @ 1656:95fab0931d47

fix evdev plugin
author mf0102 <0102@gmx.at>
date Fri, 07 Sep 2007 14:41:18 +0200
parents 2649ba83333b
children 3134a0987162
line wrap: on
line diff
--- a/src/evdev-plug/ed.h	Fri Sep 07 14:39:24 2007 +0200
+++ b/src/evdev-plug/ed.h	Fri Sep 07 14:41:18 2007 +0200
@@ -32,13 +32,11 @@
 
 GeneralPlugin ed_gp =
 {
-    NULL,					/* handle */
-    NULL,					/* filename */
-    "EvDev-Plug " ED_VERSION_PLUGIN,		/* description */
-    ed_init,					/* init */
-    ed_about,					/* about */
-    ed_config,					/* configure */
-    ed_cleanup					/* cleanup */
+    .description = "EvDev-Plug " ED_VERSION_PLUGIN,
+    .init = ed_init,
+    .about = ed_about,
+    .configure = ed_config,	
+    .cleanup = ed_cleanup
 };
 
 #endif /* !_I_ED_H */