new wraster lib in Window Maker
This commit is contained in:
parent
271bb5448d
commit
82efd3aa16
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2001/03/28 09:59:37 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2001/05/21 14:11:29 wilfried Exp $
|
||||
|
||||
COMMENT= 'wm-dockapp; displays the earth on an icon'
|
||||
|
||||
@ -22,7 +22,7 @@ LIB_DEPENDS= jpeg.62::graphics/jpeg \
|
||||
tiff.35::graphics/tiff \
|
||||
png.1::graphics/png \
|
||||
gif.4::graphics/giflib \
|
||||
wraster.2::x11/windowmaker
|
||||
wraster.4::x11/windowmaker
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2001/03/28 10:01:21 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2001/05/21 14:11:29 wilfried Exp $
|
||||
|
||||
COMMENT= 'preferences program for wsoundserver'
|
||||
|
||||
@ -24,7 +24,7 @@ RUN_DEPENDS= wsoundserver::audio/wsoundserver
|
||||
LIB_DEPENDS= PropList.2::devel/libproplist \
|
||||
wsound::audio/wsoundserver \
|
||||
audiofile::devel/libaudiofile \
|
||||
wraster.2::x11/windowmaker
|
||||
wraster.4::x11/windowmaker
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= imake noman
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2001/03/28 10:01:22 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2001/05/21 14:11:29 wilfried Exp $
|
||||
|
||||
COMMENT= 'sound server for Window Maker'
|
||||
|
||||
@ -21,7 +21,7 @@ MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ \
|
||||
ftp://ftp.sra.co.jp/pub/os/FreeBSD/distfiles/
|
||||
|
||||
RUN_DEPENDS= wmaker::x11/windowmaker
|
||||
LIB_DEPENDS= wraster.2::x11/windowmaker \
|
||||
LIB_DEPENDS= wraster.4::x11/windowmaker \
|
||||
PropList.2::devel/libproplist \
|
||||
audiofile::devel/libaudiofile \
|
||||
dockapp::devel/libdockapp
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2001/03/28 10:04:27 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2001/05/21 14:11:30 wilfried Exp $
|
||||
|
||||
COMMENT= 'wm-app; minesweeper'
|
||||
|
||||
@ -20,7 +20,7 @@ MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/mharo/ \
|
||||
ftp://ftp.funet.fi/pub/FreeBSD/eurocrypt/distfiles/ \
|
||||
ftp://ftp.sra.co.jp/pub/os/FreeBSD/distfiles/
|
||||
|
||||
LIB_DEPENDS= wraster.2::x11/windowmaker \
|
||||
LIB_DEPENDS= wraster.4::x11/windowmaker \
|
||||
PropList.2::devel/libproplist
|
||||
|
||||
USE_X11= Yes
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-timebomb_c,v 1.2 2001/02/15 18:10:51 wilfried Exp $
|
||||
$OpenBSD: patch-timebomb_c,v 1.3 2001/05/21 14:11:30 wilfried Exp $
|
||||
--- timebomb.c.orig Mon Nov 16 15:42:54 1998
|
||||
+++ timebomb.c Tue Feb 13 16:53:09 2001
|
||||
+++ timebomb.c Mon May 21 14:23:56 2001
|
||||
@@ -4,8 +4,8 @@
|
||||
#include <X11/xpm.h>
|
||||
#include <X11/Xproto.h>
|
||||
@ -48,6 +48,42 @@ $OpenBSD: patch-timebomb_c,v 1.2 2001/02/15 18:10:51 wilfried Exp $
|
||||
WMMenuAddItem(menu_pref, defaultstring, (WMMenuAction)call_mode,tbtable[i],NULL,NULL);
|
||||
i++;
|
||||
}
|
||||
@@ -340,7 +340,7 @@ int main(int argc, char** argv){
|
||||
WMProcessEvent(app,&ev);
|
||||
yy=0;
|
||||
if(iconswitch[SW_GETNAME]){
|
||||
- if(panel[2]->done){
|
||||
+ {
|
||||
iconswitch[SW_GETNAME]=0;
|
||||
if(panel[2]->result == WAPRDefault){
|
||||
pointman= WMGetTextFieldText(panel[2]->text);
|
||||
@@ -354,7 +354,7 @@ int main(int argc, char** argv){
|
||||
}
|
||||
}
|
||||
if(iconswitch[SW_SETBOMB] && !iconswitch[SW_GETNAME]){
|
||||
- if(panel[0]->done){
|
||||
+ {
|
||||
iconswitch[SW_SETBOMB]=0;
|
||||
if(panel[0]->result == WAPRDefault)
|
||||
pointman= WMGetTextFieldText(panel[0]->text);
|
||||
@@ -370,7 +370,7 @@ int main(int argc, char** argv){
|
||||
}
|
||||
}
|
||||
if(iconswitch[SW_SETSIZE] && !iconswitch[SW_GETNAME]){
|
||||
- if(panel[3]->done){
|
||||
+ {
|
||||
iconswitch[SW_SETSIZE]=0;
|
||||
if(panel[3]->result == WAPRDefault)
|
||||
pointman= WMGetTextFieldText(panel[3]->text);
|
||||
@@ -394,7 +394,7 @@ int main(int argc, char** argv){
|
||||
}
|
||||
}
|
||||
if(iconswitch[SW_SETTIME] && !iconswitch[SW_GETNAME]){
|
||||
- if(panel[1]->done){
|
||||
+ {
|
||||
iconswitch[SW_SETTIME]=0;
|
||||
if(panel[1]->result == WAPRDefault)
|
||||
pointman= WMGetTextFieldText(panel[1]->text);
|
||||
@@ -563,8 +563,8 @@ int main(int argc, char** argv){
|
||||
char winstring[100];
|
||||
char buffer[100];
|
||||
|
Loading…
Reference in New Issue
Block a user