Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/memgfx/private/memgc.h

    r1215db9 r8ce56a6  
    2727 */
    2828
    29 /** @addtogroup libguigfx
     29/** @addtogroup libmemgfx
    3030 * @{
    3131 */
     
    6363/** Bitmap in memory GC */
    6464typedef struct {
    65         /** Containing canvas GC */
     65        /** Containing memory GC */
    6666        struct mem_gc *mgc;
    6767        /** Allocation info */
Note: See TracChangeset for help on using the changeset viewer.