diff options
author | Russ Cox <rsc@swtch.com> | 2008-01-30 10:29:17 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-01-30 10:29:17 -0500 |
commit | 0206bd5113e727870d4eb24fbd5f17843745237d (patch) | |
tree | 584bad99ee188d7582a5732d7ee106c022c9775f /src/cmd/rio/mkfile | |
parent | 52abe8e13010b21ae13d05f1428caca05aa24bdf (diff) | |
download | plan9port-0206bd5113e727870d4eb24fbd5f17843745237d.tar.gz plan9port-0206bd5113e727870d4eb24fbd5f17843745237d.tar.bz2 plan9port-0206bd5113e727870d4eb24fbd5f17843745237d.zip |
rio: make full-screen work properly; add showevent
Diffstat (limited to 'src/cmd/rio/mkfile')
-rw-r--r-- | src/cmd/rio/mkfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/rio/mkfile b/src/cmd/rio/mkfile index 3f42b2c4..135226d3 100644 --- a/src/cmd/rio/mkfile +++ b/src/cmd/rio/mkfile @@ -27,10 +27,11 @@ LDFLAGS=-L$X11/lib$L64/ -lXext -lX11 <|sh mkriorules.sh -CFLAGS=$CFLAGS -DSHAPE +CFLAGS=$CFLAGS -DSHAPE -DDEBUG_EV -DDEBUG $O.xevents: xevents.$O printevent.$O $LD -o $target $prereq $LDFLAGS xevents.$O printevent.$O: printevent.h +error.$O: showevent/ShowEvent.c |