mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50: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>
|
2002-09-29 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/eggaccelerators.c: update from libegg to get fix from Ralph
|
* src/eggaccelerators.c: update from libegg to get fix from Ralph
|
||||||
|
@ -253,7 +253,7 @@ reload_xinerama_infos (MetaScreen *screen)
|
|||||||
int i;
|
int i;
|
||||||
|
|
||||||
n_monitors = 0;
|
n_monitors = 0;
|
||||||
result = XineramaGetInfo (screen->xdisplay,
|
result = XineramaGetInfo (screen->display->xdisplay,
|
||||||
screen->number,
|
screen->number,
|
||||||
monitors, hints,
|
monitors, hints,
|
||||||
&n_monitors);
|
&n_monitors);
|
||||||
|
Loading…
Reference in New Issue
Block a user