Hi! i'm trying to create a backdrop (wallpaper) but by default is always in tiled mode i know i can change manually in the stetic options but he idea is create this for default
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's not a property of the (x)pm-image you use. It's a property of the workspace. It's hard coded in libDtSvc (cdesktopenv-code/cde/lib/DtSvc/DtUtil1/WmChBackD.c at line 89). If you modify the code to create the backdrop in DtWSM_BACKDROP_IMAGETYPE_{TILED|CENTER|FIT|FILL} - mode, than this will be the default mode for every backdrop image. That makes no sense.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi! i'm trying to create a backdrop (wallpaper) but by default is always in tiled mode i know i can change manually in the stetic options but he idea is create this for default
Thanks!
It's not a property of the (x)pm-image you use. It's a property of the workspace. It's hard coded in libDtSvc (cdesktopenv-code/cde/lib/DtSvc/DtUtil1/WmChBackD.c at line 89). If you modify the code to create the backdrop in DtWSM_BACKDROP_IMAGETYPE_{TILED|CENTER|FIT|FILL} - mode, than this will be the default mode for every backdrop image. That makes no sense.