From: Dana Jansens Date: Mon, 3 Mar 2008 04:07:27 +0000 (-0500) Subject: comment X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=4254ab560e52f890703bd9f9bbd6d1d739493ba6;p=dana%2Fdcompmgr.git comment --- diff --git a/screen.h b/screen.h index 8bf0902..bdf54be 100644 --- a/screen.h +++ b/screen.h @@ -11,6 +11,9 @@ typedef struct { xcb_window_t selwin; /* for the selection */ } d_screen_t; +/*! Tries to register on the screen given by @sc. If it succeeds, it fills + out the selwin in @sc and returns TRUE, otherwise it returns FALSE. +*/ gboolean screen_register(xcb_connection_t *conn, d_screen_t *sc); #endif