diff options
Diffstat (limited to 'gtk/window-decorator/TODO')
-rw-r--r-- | gtk/window-decorator/TODO | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/gtk/window-decorator/TODO b/gtk/window-decorator/TODO index d1b8e93..f45fd8a 100644 --- a/gtk/window-decorator/TODO +++ b/gtk/window-decorator/TODO @@ -3,4 +3,16 @@ * Plugin with SVG-based theme support -* Plugin that supports old metacity themes
\ No newline at end of file +* Plugin that supports old metacity themes + +----- Cleanup TODO: + * Allow frame keying types for frame types, so + /2d/window_type/state/id , this way we can have + different shadows per-frame and much more granular + memory control (decor_t just becomes a handle to some + decoration specific stuff, decor_frame_t becomes a + table of shared resources held by all decor_t's + * Completely seal off the values of structs and use + only getter and setter functions to control API + * Start implementing a system in GObject + * Put all the globals into their own structs or namespaces |