mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
- Fixed sloppy focus bug (Pawel S. Veselov <pv76716@druid.SFBay.Sun.COM>)
- Applied Xinerama patch (after fixes) from (Peter Zijlstra <a.p.zijlstra@chello.nl>)
This commit is contained in:
@@ -95,9 +95,9 @@ typedef struct _WScreen {
|
||||
|
||||
#ifdef XINERAMA
|
||||
XineramaScreenInfo *xine_screens;
|
||||
#endif
|
||||
int xine_count; /* 0 means not active */
|
||||
int xine_primary_head; /* main working screen */
|
||||
#endif
|
||||
|
||||
Window no_focus_win; /* window to get focus when nobody
|
||||
* else can do it */
|
||||
@@ -348,6 +348,8 @@ void wScreenSaveState(WScreen *scr);
|
||||
void wScreenRestoreState(WScreen *scr);
|
||||
|
||||
int wScreenBringInside(WScreen *scr, int *x, int *y, int width, int height);
|
||||
int wScreenKeepInside(WScreen *scr, int *x, int *y, int width, int height);
|
||||
|
||||
|
||||
/* in startup.c */
|
||||
WScreen *wScreenWithNumber(int i);
|
||||
|
||||
Reference in New Issue
Block a user