summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/ghosd/ghosd-0.0.1/examples/example-shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'abs/mv-core/ghosd/ghosd-0.0.1/examples/example-shared.h')
-rw-r--r--abs/mv-core/ghosd/ghosd-0.0.1/examples/example-shared.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/abs/mv-core/ghosd/ghosd-0.0.1/examples/example-shared.h b/abs/mv-core/ghosd/ghosd-0.0.1/examples/example-shared.h
deleted file mode 100644
index 63ecea1..0000000
--- a/abs/mv-core/ghosd/ghosd-0.0.1/examples/example-shared.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* ghosd -- OSD with fake transparency, cairo, and pango.
- * Copyright (C) 2006 Evan Martin <martine@danga.com>
- */
-
-#include <glib.h>
-#include <cairo/cairo.h>
-
-typedef struct {
- gboolean transparent;
- int x, y;
-} ExampleOptions;
-extern ExampleOptions opts;
-
-gboolean example_options_parse(int *argc, char ***argv, ...);
-void example_round_rect(cairo_t *cr, int x, int y, int w, int h, int r);
-