summaryrefslogtreecommitdiffstats
path: root/include/x11-helper.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-11-01 08:10:27 +0100
committerDave Davenport <qball@gmpclient.org>2016-11-01 08:10:27 +0100
commite72508b782b977075eae0e85be1ad92e21744a14 (patch)
treed2acf5891340bc238a763c0b670916fa221ffd8a /include/x11-helper.h
parent4c5df96fcd9ff9868a9d892333ac313fe077a7d4 (diff)
Remove opacity option.
Diffstat (limited to 'include/x11-helper.h')
-rw-r--r--include/x11-helper.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/x11-helper.h b/include/x11-helper.h
index e07b2eb5..d244822a 100644
--- a/include/x11-helper.h
+++ b/include/x11-helper.h
@@ -165,14 +165,6 @@ unsigned int x11_get_current_mask ( xkb_stuff *xkb );
gboolean x11_parse_key ( char *combo, unsigned int *mod, xkb_keysym_t *key, gboolean *release );
/**
- * @param box The window to set the opacity on.
- * @param opacity The opacity value. (0-100)
- *
- * Set the opacity of the window and sub-windows.
- */
-void x11_set_window_opacity ( xcb_window_t box, unsigned int opacity );
-
-/**
* Setup several items required.
* * Error handling,
* * Numlock detection