1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +01:00

New file placement.h

The file placement.h hold the definitions for placement.c
This commit is contained in:
Rodolfo García Peñas (kix)
2013-04-03 20:01:48 +02:00
committed by Carlos R. Mafra
parent 6fe23037ef
commit 389a0a252c
8 changed files with 40 additions and 8 deletions

View File

@@ -46,6 +46,7 @@
#include "workspace.h"
#include "xinerama.h"
#include "usermenu.h"
#include "placement.h"
/****** Global Variables ******/
@@ -55,7 +56,6 @@ extern Time LastFocusChange;
extern WPreferences wPreferences;
extern Atom _XA_WM_TAKE_FOCUS;
extern void ProcessPendingEvents();
extern int calcIntersectionLength(int p1, int l1, int p2, int l2);
static void find_Maximus_geometry(WWindow *wwin, WArea usableArea, int *new_x, int *new_y,
unsigned int *new_width, unsigned int *new_height);