1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-02 14:15:46 +01:00

Update to Window Maker 0.50.2

This commit is contained in:
dan
1999-01-11 12:28:12 +00:00
parent a37bb3aed5
commit cb320b2fc3
87 changed files with 4999 additions and 4465 deletions

View File

@@ -76,6 +76,7 @@ LN_S = @LN_S@
MAKEINFO = @MAKEINFO@
MOFILES = @MOFILES@
NLSDIR = @NLSDIR@
NM = @NM@
PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
REDUCE_APPICONS = @REDUCE_APPICONS@

View File

@@ -9,7 +9,7 @@ RContext *ctx;
RImage *img, *tile, *new, *mini, *tiled;
Pixmap pix;
void main(int argc, char **argv)
int main(int argc, char **argv)
{
RContextAttributes attr;
int a=0;

View File

@@ -507,7 +507,7 @@ benchmark()
}
void main(int argc, char **argv)
int main(int argc, char **argv)
{
RContextAttributes attr;
int visualID = -1;

View File

@@ -30,7 +30,7 @@ print_help()
}
void main(int argc, char **argv)
int main(int argc, char **argv)
{
RContextAttributes attr;
RColor **colors = NULL;

View File

@@ -10,7 +10,7 @@ RContext *ctx;
RImage *img;
Pixmap pix;
void main(int argc, char **argv)
int main(int argc, char **argv)
{
RContextAttributes attr;