From b623bf627e9201c36068980eee6f1a4d2ecdca67 Mon Sep 17 00:00:00 2001 From: Mikkel Thestrup Date: Thu, 29 Jan 2026 14:48:35 +0100 Subject: style(*): Style change --- drw.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'drw.h') diff --git a/drw.h b/drw.h index bdbf950..ea76849 100644 --- a/drw.h +++ b/drw.h @@ -1,29 +1,29 @@ /* See LICENSE file for copyright and license details. */ typedef struct { - Cursor cursor; + Cursor cursor; } Cur; typedef struct Fnt { - Display *dpy; - unsigned int h; - XftFont *xfont; - FcPattern *pattern; - struct Fnt *next; + Display *dpy; + unsigned int h; + XftFont *xfont; + FcPattern *pattern; + struct Fnt *next; } Fnt; enum { ColFg, ColBg, ColBorder }; /* Clr scheme index */ typedef XftColor Clr; typedef struct { - unsigned int w, h; - Display *dpy; - int screen; - Window root; - Drawable drawable; - GC gc; - Clr *scheme; - Fnt *fonts; + unsigned int w, h; + Display *dpy; + int screen; + Window root; + Drawable drawable; + GC gc; + Clr *scheme; + Fnt *fonts; } Drw; /* Drawable abstraction */ -- cgit v1.2.3-70-g09d2