Skip to content

Commit

Permalink
Removal of wnck_screen_force_update()
Browse files Browse the repository at this point in the history
Issue #20
  • Loading branch information
gabrielfin authored and flexiondotorg committed Jul 19, 2019
1 parent 6c04935 commit d4e60d6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions window-buttons-applet/window-buttons-applet.vala
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ namespace WindowButtonsApplet{
Wnck.Window* win = null;
string behaviour = gsettings.get_string("behaviour");

Wnck.Screen.get_default().force_update();

switch(behaviour){
case "active-always":
win = Wnck.Screen.get_default().get_active_window();
Expand Down
2 changes: 0 additions & 2 deletions window-menu-applet/window-menu-applet.vala
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ namespace WindowMenuApplet{
Wnck.Window* win = null;
string behaviour = gsettings.get_string("behaviour");

Wnck.Screen.get_default().force_update();

switch(behaviour){
case "active-always":
win = Wnck.Screen.get_default().get_active_window();
Expand Down
2 changes: 0 additions & 2 deletions window-title-applet/window-title-applet.vala
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ namespace WindowTitleApplet{
Wnck.Window* win = null;
string behaviour = gsettings.get_string("behaviour");

Wnck.Screen.get_default().force_update();

switch(behaviour){
case "active-always":
win = Wnck.Screen.get_default().get_active_window();
Expand Down

0 comments on commit d4e60d6

Please sign in to comment.