mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
Move server_new_output() to output.c
This commit is contained in:
parent
bc5accb089
commit
298d869092
5 changed files with 55 additions and 54 deletions
|
|
@ -110,7 +110,7 @@ int main(int argc, char *argv[])
|
|||
* Configure a listener to be notified when new outputs are available
|
||||
* on the backend.
|
||||
*/
|
||||
server.new_output.notify = server_new_output;
|
||||
server.new_output.notify = output_new;
|
||||
wl_signal_add(&server.backend->events.new_output, &server.new_output);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue