freebsd-ports/graphics/chbg/files/patch-xscreensaver
Alexander Leidinger fc3d335434 - Add better xscreensaver support. [1]
I don't use xscreensaver, so I haven't tested it, but the patch compiles
  just fine and doesn't break the normal operation.
- Remove comment about GNOME support in the port Makefile, we don't need
  it anymore.

PR:     55772 [1]
Submitted by:   Zahemszky Gábor <Gabor@zahemszky.hu> [1]
2003-09-03 21:29:30 +00:00

12 lines
519 B
Text

*** src/options.h.orig Tue Aug 19 22:51:46 2003
--- src/options.h Tue Aug 19 22:46:51 2003
*************** option_t chbg_opts[] = {
*** 118,123 ****
--- 118,124 ----
{CHBG_OPT_PATTERN, "-pattern", "Pattern:", 1},
{CHBG_OPT_INWINDOW, "-inwindow", "InWindow:", 0},
{CHBG_OPT_WINDOWID, "-windowid", NULL, 1},
+ {CHBG_OPT_WINDOWID, "-window-id", NULL, 1},
{CHBG_OPT_RUN, "-run", NULL, 0},
{CHBG_OPT_MIN_PSIZE, "-min_psize", "MinPictureSize:", 1},
{CHBG_OPT_DEFFECTS, "-deffects", "DisabledEffects:", 1},