e_client: deprecate the skip_save_img 58/325158/3
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 28 May 2025 07:48:26 +0000 (16:48 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 4 Jun 2025 04:53:27 +0000 (04:53 +0000)
Change-Id: I93622c8989f0ba7f0d3486712997a22f210c2bc6

src/include/e_client.h

index a5fb49ffab0e0679bda69c9c01c58d843b3141ce..6bde011a6e2234421beeba128c349619992e3708 100644 (file)
@@ -775,7 +775,7 @@ struct _E_Client
    int effect_type;
    Eina_Bool use_splash : 1;
    Eina_Bool saved_img : 1; // indicates that window has been saved as the image file even once
-   Eina_Bool skip_save_img: 1; // indicates that window doesn't want to save its image file
+   E_DEPRECATED Eina_Bool skip_save_img: 1; // indicates that window doesn't want to save its image file
 
    E_Hwc_Window *hwc_window; // hwc window for the tdm_hwc.
    Eina_Bool explicit_sync;