diff --git a/README.pdf b/README.pdf index 7a635e0..7a5faf8 100644 Binary files a/README.pdf and b/README.pdf differ diff --git a/code.html b/code.html index eb6f26f..0b035a0 100644 --- a/code.html +++ b/code.html @@ -193,6 +193,8 @@ id="toc-drawable-context-functions">Drawable context functions functions
  • Map functions
  • +
  • Removed +functions
  • @@ -442,12 +444,6 @@ alpha.

    Drawable context functions

    +

    Removed functions

    +

    Various functions that have been removed for some reason.

    + diff --git a/code.pdf b/code.pdf index 3eb7b32..2c98f95 100644 Binary files a/code.pdf and b/code.pdf differ diff --git a/docs/code-docs.md b/docs/code-docs.md index 48e93e6..a73e69d 100644 --- a/docs/code-docs.md +++ b/docs/code-docs.md @@ -143,10 +143,6 @@ size_t clrcount);` ## Drawable context functions -- ~~`drw_setfont(Drw *drw, Fnt *set);` - - Sets the font. - - NOTE: Applies only if Pango is disabled.~~ - - Removed, no longer necessary. - `drw_setscheme(Drw *drw, Clr *scm);` - Sets the color scheme to `*scm` created by `drw_scm_create()` @@ -165,3 +161,11 @@ int lpad, const char *text, int invert, Bool markup);` - `drw_map(Drw *drw, Window win, int x, int y, unsigned int w, unsigned int h);` - Maps the drawable. (makes it visible) + +## Removed functions + +Various functions that have been removed for some reason. + +- `drw_setfont(Drw *drw, Fnt *set);` + - Sets the font. + - NOTE: Applies only if Pango is disabled. diff --git a/spmenu.pdf b/spmenu.pdf index 6f09ded..545f703 100644 Binary files a/spmenu.pdf and b/spmenu.pdf differ