summaryrefslogtreecommitdiff
path: root/drw.h
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-08-19 01:48:52 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-08-19 01:48:52 +0300
commit496351cdd28cbdaef9b7bbdf6496493925848cf4 (patch)
tree32b7ebd6d7bef1171e934004a732e13f34eff452 /drw.h
parentf44745c9ec54d5814f3e9133c33c1b703fc86884 (diff)
Revert "WinIcon Patch"6.4-Mainline
This reverts commit 48d827bb16e57a06c951c08bcf98ca1c088da9eb. Changes to be committed: modified: config.def.h modified: config.def.h.orig modified: config.h modified: config.mk deleted: config.mk.orig modified: drw.c modified: drw.c.orig modified: drw.h deleted: drw.h.orig modified: dwm.c modified: dwm.c.orig deleted: patches/dwm-winicon-6.3-v2.1.diff
Diffstat (limited to 'drw.h')
-rw-r--r--drw.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drw.h b/drw.h
index e42eead..6471431 100644
--- a/drw.h
+++ b/drw.h
@@ -21,7 +21,6 @@ typedef struct {
int screen;
Window root;
Drawable drawable;
- Picture picture;
GC gc;
Clr *scheme;
Fnt *fonts;
@@ -51,12 +50,9 @@ void drw_cur_free(Drw *drw, Cur *cursor);
void drw_setfontset(Drw *drw, Fnt *set);
void drw_setscheme(Drw *drw, Clr *scm);
-Picture drw_picture_create_resized(Drw *drw, char *src, unsigned int src_w, unsigned int src_h, unsigned int dst_w, unsigned int dst_h);
-
/* Drawing functions */
void drw_rect(Drw *drw, int x, int y, unsigned int w, unsigned int h, int filled, int invert);
int drw_text(Drw *drw, int x, int y, unsigned int w, unsigned int h, unsigned int lpad, const char *text, int invert);
-void drw_pic(Drw *drw, int x, int y, unsigned int w, unsigned int h, Picture pic);
/* Map functions */
void drw_map(Drw *drw, Window win, int x, int y, unsigned int w, unsigned int h);