Index: wysiwyg.api.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/wysiwyg/wysiwyg.api.php,v
retrieving revision 1.3.2.1
diff -u -r1.3.2.1 wysiwyg.api.php
--- wysiwyg.api.php	9 Aug 2009 02:46:55 -0000	1.3.2.1
+++ wysiwyg.api.php	17 Apr 2010 10:04:57 -0000
@@ -149,6 +149,12 @@
     // An alternative filename of the integration JavaScript; defaults to
     // '[plugin-name].js'.
     'js file' => 'awesome.js',
+    // An alternative path to the integration Stylesheet; defaults to
+    // '[path-to-module]/[plugins-directory]/[plugin-name]'.
+    'css path' => drupal_get_path('module', 'mymodule') . '/awesomeness',
+    // An alternative filename of the integration Stylesheet; defaults to
+    // '[plugin-name].css'.
+    'css file' => 'awesome.css',
     // An array of settings for this button. Required, but API is still in flux.
     'settings' => array(
     ),

