repo.or.cz
/
wmaker-crm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
configure: Removed deprecated lines for unused X stuff
[wmaker-crm.git]
/
WINGs
/
misc.c
blob
48f281d3fa62172a6a8b1523621a4a97d80bf5c1
1
2
/* Miscelaneous helper functions */
3
4
#include
"WINGsP.h"
5
6
WMRange
wmkrange
(
int
start
,
int
count
)
7
{
8
WMRange range
;
9
10
range
.
position
=
start
;
11
range
.
count
=
count
;
12
13
return
range
;
14
}