From 4254ab560e52f890703bd9f9bbd6d1d739493ba6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 2 Mar 2008 23:07:27 -0500 Subject: [PATCH] comment --- screen.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.34.1