summaryrefslogtreecommitdiff
path: root/managed.h
diff options
context:
space:
mode:
authorGary Wong <gtw@gnu.org>2009-09-06 12:29:38 -0600
committerGary Wong <gtw@gnu.org>2009-09-06 12:29:38 -0600
commit273f014b05bdb206718bf5488bde7971cdbd1ce7 (patch)
tree69c6ef3ac0f74cea932fd0e0f0fad0be0c5e0c06 /managed.h
parent34f65098ed115aaed51299fbb3cec631587743d0 (diff)
Added basic icon support.
Diffstat (limited to 'managed.h')
-rw-r--r--managed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/managed.h b/managed.h
index e20633c..f222290 100644
--- a/managed.h
+++ b/managed.h
@@ -12,6 +12,8 @@ extern void match_managed_shape( struct gwm_window *window );
extern void managed_property_change( struct gwm_window *window, int prop,
xcb_get_property_reply_t *p );
+extern void async_get_property( struct gwm_window *window,
+ enum gwm_property_type prop );
extern const event_handler managed_handlers[];