update lucida
This commit is contained in:
parent
7bd7fd2f4f
commit
17157e4aa8
24 changed files with 160 additions and 96 deletions
|
|
@ -50,6 +50,7 @@ main(int argc, char **argv)
|
|||
|
||||
if((image=readimage(display, fd, 0)) == nil)
|
||||
sysfatal("readimage: %r");
|
||||
sleep(1000);
|
||||
|
||||
drawresizewindow(Rect(0,0,Dx(image->r),Dy(image->r)));
|
||||
|
||||
|
|
@ -60,6 +61,7 @@ main(int argc, char **argv)
|
|||
case Ekeyboard:
|
||||
if(e.kbdc == 'q' || e.kbdc == 0x7F)
|
||||
exits(nil);
|
||||
eresized(0);
|
||||
break;
|
||||
case Emouse:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue