This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
root window and screen have to be in Monitor struct, we want side-by-side Xinerama and Multihead support (only Xinerama when enabled and present)
config
anselm@anselm1
17 years ago
parent
985e330524
commit
40a734bca9
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
dwm.c
+ 2
- 0
dwm.c
View File
@ -119,6 +119,8 @@ typedef struct {
typedef
struct
{
int
id
;
Window
barwin
;
/
/
TODO
:
Window
root
;
/
/
TODO
:
int
screen
;
int
sx
,
sy
,
sw
,
sh
,
wax
,
way
,
wah
,
waw
;
DC
dc
;
Bool
*
seltags
;
Write
Preview
Loading…
Cancel
Save