Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/cfgops.c

    r9546146 r8a4ceaa  
    11/*
    2  * Copyright (c) 2024 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4141#include "display.h"
    4242#include "idevcfg.h"
    43 #include "main.h"
    4443#include "seat.h"
    4544#include "cfgclient.h"
     
    182181
    183182        (void) ds_display_paint(cfgclient->display, NULL);
    184         (void) ds_display_save_cfg(cfgclient->display, cfg_file_path);
    185183        ds_display_unlock(cfgclient->display);
    186184
     
    220218
    221219        (void) ds_display_paint(cfgclient->display, NULL);
    222         (void) ds_display_save_cfg(cfgclient->display, cfg_file_path);
    223         ds_display_unlock(cfgclient->display);
    224 
     220        ds_display_unlock(cfgclient->display);
    225221        return EOK;
    226222}
     
    258254        (void)idevcfg;
    259255
    260         (void) ds_display_save_cfg(cfgclient->display, cfg_file_path);
    261256        ds_display_unlock(cfgclient->display);
    262257        return EOK;
     
    292287
    293288        ds_idevcfg_destroy(idevcfg);
    294         (void) ds_display_save_cfg(cfgclient->display, cfg_file_path);
    295289        ds_display_unlock(cfgclient->display);
    296290        return EOK;
Note: See TracChangeset for help on using the changeset viewer.