summaryrefslogtreecommitdiff
path: root/wm/olvwm/patches/patch-slots.h
blob: 587834f3f89ce7c4ebbbc024eaeea0d8d664a392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-slots.h,v 1.1 2013/03/28 21:40:11 joerg Exp $

--- slots.h.orig	2013-03-28 19:21:57.000000000 +0000
+++ slots.h
@@ -45,12 +45,12 @@ extern struct _iconSlot *SlotAlloc();	/*
 	 * parameter; False should be passed otherwise.
 	 */
 
-extern Bool SlotFree();		/* WinIcon * */
+void SlotFree(WinIconFrame *winicon);
  	/* An icon is going away, so its references to slots should also go
 	 * away. 
 	 */
 
-extern Bool SlotSetLocations();	/* Display *dpy */
+void SlotSetLocations(Display *dpy, IconGrid *iconGrid);
 	/* sets the order in which slots are allocated for icons which are
 	 * not explicitly positioned.  The new order is obtained from the
 	 * global resource vector.