kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16.git/commit/?id=ee0910ad3878667e3ffee02b0c3ded7e205763b3
commit ee0910ad3878667e3ffee02b0c3ded7e205763b3 Author: Kim Woelders <k...@woelders.dk> Date: Sat Sep 26 16:58:54 2020 +0200 definitions: Remove long obsolete configuration item definitions --- config/definitions | 66 ------------------------------------------------------ 1 file changed, 66 deletions(-) diff --git a/config/definitions b/config/definitions index 19feedc9..f403449c 100644 --- a/config/definitions +++ b/config/definitions @@ -101,72 +101,6 @@ #define __EFFECT_SHADOW 1 #define __EFFECT_OUTLINE 2 -#define __FOCUS_MODE 307 -#define __MOVE_MODE 311 -#define __RESIZE_MODE 312 -#define __GEOMINFO_MODE 1371 -#define __SLIDE_MODE 313 -#define __SLIDE_ON_CLEANUP 314 -#define __SLIDE_ON_MAP 315 -#define __SPEED_OF_MAPPING_SLIDING 316 -#define __SPEED_OF_CLEANUP_SLIDING 317 -#define __TIMEOUT_FOR_DESKTOP_BACKGROUNDS 320 -#define __RESISTANCE_TO_MOVE_A_BUTTON 321 -#define __AUTOMATICALLY_SAVE_CONFIG 324 -#define __DOCK_DIRECTION 325 -#define __SHADING_SPEED 326 -#define __TOOLTIPS 327 -#define __TOOLTIP_TIMEOUT 328 -#define __START_POSITION_OF_DOCK 330 -#define __USE_SAVEUNDERS 331 -#define __MENUS_SLIDE_OUT 332 -#define __NUMBER_OF_DESKTOPS 333 -#define __BE_PARANOID_ABOUT_SAVING_MEMORY 334 -#define __TRANSIENTS_FOLLOW_GROUP_LEADER 335 -#define __SWITCH_TO_DESKTOP_WHERE_TRANSIENT_MAPS 336 -#define __SHOW_ICONIFIED_ICONS 337 -#define __AUTORAISE 338 -#define __AUTORAISE_TIMEOUT 339 -#define __ALL_NEW_WINDOWS_GET_FOCUS 340 -#define __NEW_TRANSIENTS_GET_FOCUS 341 -#define __NEW_TRANSIENTS_GET_FOCUS_IF_GROUP_IS_FOCUSED 342 -#define __MANUAL_WINDOW_PLACEMENT 343 -#define __WARP_POINTER_ON_NEXT_FOCUS 345 -#define __EDGE_FLIP_RESISTANCE 346 -#define __SHOW_PAGERS 347 -#define __PAGER_DISPLAY_HIQ 348 -#define __PAGER_DISPLAY_SNAPSHOTS 349 -#define __ANIMATE_WINDOW_SHADING 350 -#define __MENUS_ONSCREEN 351 -#define __PREFER_USER_BACKGROUNDS 1350 -#define __ZOOM_PAGER_WINDOWS 1351 -#define __SHOW_PAGER_WINDOW_TITLE 1352 -#define __RAISE_WINDOW_ON_NEXT_FOCUS 1353 -#define __DISPLAY_WARP 1354 -#define __WARP_POINTER_AFTER_FOCUS 1355 -#define __PAGER_SCANSPEED 1356 -#define __GROUP_BORDER 1358 -#define __GROUP_KILL 1359 -#define __GROUP_MOVE 1360 -#define __GROUP_RAISE 1361 -#define __GROUP_ICONIFY 1362 -#define __GROUP_STICK 1363 -#define __GROUP_SHADE 1364 -#define __GROUP_MIRROR 1365 -#define __KDE_SUPPORT 1366 -#define __CLICKS_ALWAYS_RAISE_WINDOWS 1367 -#define __ROOT_WINDOW_TOOLTIP 1368 -#define __PAGER_BUTTONS 1369 - -#define __DIRECTION_OF_DESKTOP_DRAG 400 -#define __WIDTH_OF_DRAGBAR 401 -#define __ORDER_OF_BUTTONS_ON_DRAGBAR 402 -#define __LENGTH_OF_DRAGBAR 403 -#define __DESKTOPS_SLIDE_IN 404 -#define __SPEED_OF_DESKTOP_SLIDE 405 -#define __HIGH_QUALITY_BACKGROUNDS 406 -#define __DESKTOP_AREA_SIZE 407 - #define __NORMAL 5 #define __CLICKED 352 #define __HILITED 353 --