mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
fix compilation on Solaris, patch from Satyajit Kanungo
2002-09-30 Havoc Pennington <hp@pobox.com> * src/screen.c (reload_xinerama_infos): fix compilation on Solaris, patch from Satyajit Kanungo
This commit is contained in:
parent
e802acf413
commit
3407dffed0
@ -1,3 +1,8 @@
|
||||
2002-09-30 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/screen.c (reload_xinerama_infos): fix compilation on
|
||||
Solaris, patch from Satyajit Kanungo
|
||||
|
||||
2002-09-29 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/eggaccelerators.c: update from libegg to get fix from Ralph
|
||||
|
@ -253,7 +253,7 @@ reload_xinerama_infos (MetaScreen *screen)
|
||||
int i;
|
||||
|
||||
n_monitors = 0;
|
||||
result = XineramaGetInfo (screen->xdisplay,
|
||||
result = XineramaGetInfo (screen->display->xdisplay,
|
||||
screen->number,
|
||||
monitors, hints,
|
||||
&n_monitors);
|
||||
|
Loading…
Reference in New Issue
Block a user