Border resizing by dragging.
Thanks to Axel Belinfante.
This commit is contained in:
parent
d99b2f34e6
commit
1cb3fa8093
10 changed files with 268 additions and 45 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
|
||||
/* color.c */
|
||||
unsigned long colorpixel(Display*, int, unsigned long);
|
||||
unsigned long colorpixel(Display*, int, unsigned long, unsigned long);
|
||||
|
||||
/* main.c */
|
||||
void usage();
|
||||
|
|
@ -36,8 +36,11 @@ void cmap();
|
|||
void property();
|
||||
void shapenotify();
|
||||
void enter();
|
||||
void leave();
|
||||
void focusin();
|
||||
void reparent();
|
||||
void motionnotify();
|
||||
BorderLocation borderlocation();
|
||||
|
||||
/* manage.c */
|
||||
int manage();
|
||||
|
|
@ -85,6 +88,7 @@ int menuhit();
|
|||
Client *selectwin();
|
||||
int sweep();
|
||||
int drag();
|
||||
int pull();
|
||||
void getmouse();
|
||||
void setmouse();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue