aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2009-01-15 00:32:35 +0000
committerokan2009-01-15 00:32:35 +0000
commit4ea881a1f870bea94491fb83611d469364f0c227 (patch)
tree0ffa1093781623d83f7dd0cc174e930316e0892e /calmwm.h
parent8e6d310a315d869ce38842e29b3044521303d870 (diff)
downloadcwm-4ea881a1f870bea94491fb83611d469364f0c227.tar.gz
- add missing prototypes.
- properly name, place and static private functions. - move function which finds the xinerama screen for a coordinate to a more appropriate place while altering its semantics to match others. - tiny bit of style. ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index c5ac95b..3a94780 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: calmwm.h,v 1.72 2009/01/11 21:46:48 oga Exp $
+ * $Id: calmwm.h,v 1.73 2009/01/15 00:32:35 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -413,6 +413,7 @@ struct screen_ctx *screen_fromroot(Window);
struct screen_ctx *screen_current(void);
void screen_updatestackingorder(void);
void screen_init_xinerama(struct screen_ctx *);
+XineramaScreenInfo *screen_find_xinerama(struct screen_ctx *, int, int);
void conf_setup(struct conf *, const char *);
void conf_client(struct client_ctx *);