URI:
       Removed the object issues in dwm-canvas-6.2.diff - sites - public wiki contents of suckless.org
  HTML git clone git://git.suckless.org/sites
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit d9b14470bb15cf0156ecc2b05d68cb3ec5bf406c
   DIR parent 2636d403c42bbbd70054f2b7fe3280593e091a39
  HTML Author: Lucy <tkf.x1os@gmail.com>
       Date:   Mon, 23 Mar 2026 18:24:22 +1300
       
       Removed the object issues in dwm-canvas-6.2.diff
       
       Diffstat:
         M dwm.suckless.org/patches/canvas/dw… |      12 ------------
       
       1 file changed, 0 insertions(+), 12 deletions(-)
       ---
   DIR diff --git a/dwm.suckless.org/patches/canvas/dwm-canvas-6.2.diff b/dwm.suckless.org/patches/canvas/dwm-canvas-6.2.diff
       @@ -33,10 +33,6 @@ index 81c3fc0..9154d29 100644
        +        { ClkClientWin,    MODKEY|ShiftMask,         Button1,        manuallymovecanvas,     {0} }
         };
         
       -diff --git a/drw.o b/drw.o
       -new file mode 100644
       -index 0000000..522c426
       -Binary files /dev/null and b/drw.o differ
        diff --git a/dwm.c b/dwm.c
        index ab3a84c..c70ff19 100644
        --- a/dwm.c
       @@ -237,10 +233,6 @@ index ab3a84c..c70ff19 100644
                 focus(NULL);
                 arrange(selmon);
         }
       -diff --git a/dwm.o b/dwm.o
       -new file mode 100644
       -index 0000000..65173d6
       -Binary files /dev/null and b/dwm.o differ
        diff --git a/infinitetags.c b/infinitetags.c
        new file mode 100644
        index 0000000..46267ee
       @@ -466,7 +458,3 @@ index 0000000..adcb69e
        +static void save_canvas_positions(Monitor *m);
        +static void restore_canvas_positions(Monitor *m);
        +static void centerwindow(const Arg *arg);
       -diff --git a/util.o b/util.o
       -new file mode 100644
       -index 0000000..34da63d
       -Binary files /dev/null and b/util.o differ