trayer.diff 700 B

1234567891011121314151617181920212223
  1. # This patchfile was courtesy of the Debian team. Thanks!
  2. --- Makefile.common
  3. +++ Makefile.common~
  4. @@ -25,7 +25,7 @@
  5. endif
  6. # -DGTK_DISABLE_DEPRECATED does not work yet
  7. -CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED
  8. +CFLAGS += -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
  9. %.o: %.c
  10. $(CC) $(CFLAGS) $(INCS) -c $<
  11. --- panel.c
  12. +++ panel.c~
  13. @@ -588,7 +588,6 @@
  14. printf(" --height <number>\n");
  15. printf(" --SetDockType <true|false>\n");
  16. printf(" --SetPartialStrut <true|false>\n");
  17. - printf(" --RoundCorners <true|false>\n");
  18. printf(" --transparent <true|false>\n");
  19. printf(" --alpha <number>\n");
  20. printf(" --tint <int>\n");