summaryrefslogtreecommitdiff
path: root/src/core/window-private.h
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-03-06 03:03:59 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-03-27 23:50:52 +0200
commitaab0e5f7c390f2ba5c95498e5d28a88467b7f5f1 (patch)
treeaea167291638f6603170b59212b83987312bce88 /src/core/window-private.h
parent7e9767a7060070cabf79e6717ee523ccd3bb8dbb (diff)
downloadmetacity-aab0e5f7c390f2ba5c95498e5d28a88467b7f5f1.tar.gz
remove reduced-resources setting
Reduced resources setting was used to disable minimize effect and to show wireframe when moving or resizing windows. Minimize effect still can be disabled by using enable-animations setting from org.gnome.desktop.interface schema. And if you are really trying to reduce resource usage you probably already have animations disabled. Wireframe mode has not been updated/fixed to work with CSD windows and/or to exclude shadow/resize area from SSD windows. Also quickly testing with and without compositor wireframe sometimes leaves parts of frame on screen. Considering that there has not been any bug report about broken wireframe mode I think it is time to remove it instead of wasting time trying to fix something that nobody is using.
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r--src/core/window-private.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/window-private.h b/src/core/window-private.h
index c00c31ba..4b4253e9 100644
--- a/src/core/window-private.h
+++ b/src/core/window-private.h
@@ -566,16 +566,6 @@ void meta_window_get_input_rect (const MetaWindow *window,
MetaRectangle *rect);
void meta_window_get_outer_rect (const MetaWindow *window,
MetaRectangle *rect);
-void meta_window_get_xor_rect (MetaWindow *window,
- const MetaRectangle *grab_wireframe_rect,
- MetaRectangle *xor_rect);
-void meta_window_begin_wireframe (MetaWindow *window);
-void meta_window_update_wireframe (MetaWindow *window,
- int x,
- int y,
- int width,
- int height);
-void meta_window_end_wireframe (MetaWindow *window);
void meta_window_delete (MetaWindow *window,
guint32 timestamp);