mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-27 10:14:14 +00:00
damage the output after wlopm --on
This commit is contained in:
parent
8842479a1c
commit
6791381490
3
dwl.c
3
dwl.c
@ -30,6 +30,7 @@
|
|||||||
#include <wlr/types/wlr_keyboard.h>
|
#include <wlr/types/wlr_keyboard.h>
|
||||||
#include <wlr/types/wlr_layer_shell_v1.h>
|
#include <wlr/types/wlr_layer_shell_v1.h>
|
||||||
#include <wlr/types/wlr_output.h>
|
#include <wlr/types/wlr_output.h>
|
||||||
|
#include <wlr/interfaces/wlr_output.h>
|
||||||
#include <wlr/types/wlr_output_layout.h>
|
#include <wlr/types/wlr_output_layout.h>
|
||||||
#include <wlr/types/wlr_output_management_v1.h>
|
#include <wlr/types/wlr_output_management_v1.h>
|
||||||
#include <wlr/types/wlr_output_power_management_v1.h>
|
#include <wlr/types/wlr_output_power_management_v1.h>
|
||||||
@ -1895,6 +1896,8 @@ powermgrsetmodenotify(struct wl_listener *listener, void *data)
|
|||||||
{
|
{
|
||||||
struct wlr_output_power_v1_set_mode_event *event = data;
|
struct wlr_output_power_v1_set_mode_event *event = data;
|
||||||
wlr_output_enable(event->output, event->mode);
|
wlr_output_enable(event->output, event->mode);
|
||||||
|
if (event->mode)
|
||||||
|
wlr_output_damage_whole(event->output);
|
||||||
wlr_output_commit(event->output);
|
wlr_output_commit(event->output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user