tlibframe: add frredraw prototype - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 29e9b5683ec8d610140da9118e8f004f74bc6c77
 (DIR) parent 611cf11c03d8ff854c716802ec627b115a4343fc
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Sun, 20 Jul 2008 03:18:49 -0400
       
       libframe: add frredraw prototype
       
       Diffstat:
         M include/frame.h                     |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/include/frame.h b/include/frame.h
       t@@ -64,6 +64,7 @@ Point        frdrawsel0(Frame*, Point, ulong, ulong, Image*, Image*);
        void        frinit(Frame*, Rectangle, Font*, Image*, Image**);
        void        frsetrects(Frame*, Rectangle, Image*);
        void        frclear(Frame*, int);
       +void        frredraw(Frame*);
        
        uchar        *_frallocstr(Frame*, unsigned);
        void        _frinsure(Frame*, int, unsigned);