diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-02-19 07:36:01 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-02-19 07:36:01 +0000 |
commit | 923a0bc0b71a3e480a5335c2a97b3d8dfecb7ef7 (patch) | |
tree | 16e970843ec1b3d1c27130679e317e61c3091984 /src/bin/e_randr_12_crtc.c | |
parent | 62ded220647c35a36d480bb91192a6e3d8bccb00 (diff) | |
download | enlightenment-923a0bc0b71a3e480a5335c2a97b3d8dfecb7ef7.tar.gz |
lets not segv shall we?
SVN revision: 68119
Diffstat (limited to 'src/bin/e_randr_12_crtc.c')
-rw-r--r-- | src/bin/e_randr_12_crtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_randr_12_crtc.c b/src/bin/e_randr_12_crtc.c index 17cec0591a..8360271e33 100644 --- a/src/bin/e_randr_12_crtc.c +++ b/src/bin/e_randr_12_crtc.c @@ -193,7 +193,7 @@ _crtc_outputs_mode_max_set(E_Randr_Crtc_Info *crtc_info) * which means that e.g. when a crtc should be placed at a position < 0, all * other crtcs are accordingly moved instead, so the result is the same. */ - const Eina_Bool +Eina_Bool _crtc_move_policy(E_Randr_Crtc_Info *new_crtc) { const E_Randr_Crtc_Info *crtc_rel; |