mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 10:22:34 +01:00
New file placement.h
The file placement.h hold the definitions for placement.c
This commit is contained in:
committed by
Carlos R. Mafra
parent
6fe23037ef
commit
389a0a252c
@@ -40,12 +40,9 @@ void OpenWindowMenu2(WWindow *wwin, int x, int y, int keyboard);
|
||||
void OpenMiniwindowMenu(WWindow *wwin, int x, int y);
|
||||
void CloseWindowMenu(WScreen *scr);
|
||||
void DestroyWindowMenu(WScreen *scr);
|
||||
void PlaceIcon(WScreen *scr, int *x_ret, int *y_ret, int head);
|
||||
void StartWindozeCycle(WWindow *wwin, XEvent *event, Bool next, Bool class_only);
|
||||
void SendHelperMessage(WScreen *scr, char type, int workspace, char *msg);
|
||||
void UnescapeWM_CLASS(char *str, char **name, char **class);
|
||||
void PlaceWindow(WWindow *wwin, int *x_ret, int *y_ret,
|
||||
unsigned int width, unsigned int height);
|
||||
|
||||
void ParseWindowName(WMPropList *value, char **winstance, char **wclass,
|
||||
char *where);
|
||||
@@ -60,9 +57,6 @@ WMagicNumber wAddDeathHandler(pid_t pid, WDeathHandler *callback, void *cdata);
|
||||
Pixmap LoadIcon(WScreen *scr, char *path, char *mask, int title_height);
|
||||
|
||||
|
||||
int calcIntersectionArea(int x1, int y1, int w1, int h1,
|
||||
int x2, int y2, int w2, int h2);
|
||||
|
||||
char * StrConcatDot(char *a, char *b);
|
||||
char * ExpandOptions(WScreen *scr, char *cmdline);
|
||||
char * ShrinkString(WMFont *font, char *string, int width);
|
||||
|
||||
Reference in New Issue
Block a user