Procházet zdrojové kódy

* src/cucul.c: s/width/height/.

tags/v0.99.beta14
Sam Hocevar sam před 19 roky
rodič
revize
dfb47f643c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/cucul.c

+ 1
- 1
src/cucul.c Zobrazit soubor

@@ -115,7 +115,7 @@ unsigned int cucul_get_width(cucul_t *qq)
*/ */
unsigned int cucul_get_height(cucul_t *qq) unsigned int cucul_get_height(cucul_t *qq)
{ {
return qq->width;
return qq->height;
} }


/** \brief Translate a colour index into the colour's name. /** \brief Translate a colour index into the colour's name.


Načítá se…
Zrušit
Uložit