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:
@@ -76,6 +76,7 @@ LN_S = @LN_S@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MOFILES = @MOFILES@
|
||||
NLSDIR = @NLSDIR@
|
||||
NM = @NM@
|
||||
PACKAGE = @PACKAGE@
|
||||
RANLIB = @RANLIB@
|
||||
REDUCE_APPICONS = @REDUCE_APPICONS@
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -507,7 +507,7 @@ benchmark()
|
||||
}
|
||||
|
||||
|
||||
void main(int argc, char **argv)
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
RContextAttributes attr;
|
||||
int visualID = -1;
|
||||
|
||||
@@ -30,7 +30,7 @@ print_help()
|
||||
}
|
||||
|
||||
|
||||
void main(int argc, char **argv)
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
RContextAttributes attr;
|
||||
RColor **colors = NULL;
|
||||
|
||||
@@ -10,7 +10,7 @@ RContext *ctx;
|
||||
RImage *img;
|
||||
Pixmap pix;
|
||||
|
||||
void main(int argc, char **argv)
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
RContextAttributes attr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user