diff options
Diffstat (limited to 'src/lib/ecore_drm2/ecore_drm2_outputs.c')
-rw-r--r-- | src/lib/ecore_drm2/ecore_drm2_outputs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_drm2/ecore_drm2_outputs.c b/src/lib/ecore_drm2/ecore_drm2_outputs.c index b160d0795a..e33cb2d233 100644 --- a/src/lib/ecore_drm2/ecore_drm2_outputs.c +++ b/src/lib/ecore_drm2/ecore_drm2_outputs.c | |||
@@ -1175,7 +1175,7 @@ ecore_drm2_output_enabled_set(Ecore_Drm2_Output *output, Eina_Bool enabled) | |||
1175 | if (!output->connected) return; | 1175 | if (!output->connected) return; |
1176 | if (output->enabled == enabled) return; | 1176 | if (output->enabled == enabled) return; |
1177 | 1177 | ||
1178 | if (output->enabled) | 1178 | if (enabled) |
1179 | { | 1179 | { |
1180 | output->enabled = enabled; | 1180 | output->enabled = enabled; |
1181 | ecore_drm2_output_dpms_set(output, DRM_MODE_DPMS_ON); | 1181 | ecore_drm2_output_dpms_set(output, DRM_MODE_DPMS_ON); |