[haiku-commits] Change in haiku[master]: app_server: match screen configurations with empty serial number

  • From: Gerrit <review@xxxxxxxxxxxxxxxxxxx>
  • To: waddlesplash <waddlesplash@xxxxxxxxx>, haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 20 Jan 2020 20:58:05 +0000

From Adrien Destugues <pulkomandy@xxxxxxxxx>:

Adrien Destugues has uploaded this change for review. ( 
https://review.haiku-os.org/c/haiku/+/2135 ;)


Change subject: app_server: match screen configurations with empty serial number
......................................................................

app_server: match screen configurations with empty serial number

My laptop LCD has no serial number. Because of this check, it would
never "exact match" with the previous data stored in the workspace
settings. As a result, every time I set a new video mode, a new "screen"
would be stored in the settings file, and the old entry would just stay
there and never be used again.

I currently find myself with about 100K of workspace settings, tracing
the history of video mode changes over the last few years.
---
M src/servers/app/ScreenConfigurations.cpp
1 file changed, 2 insertions(+), 3 deletions(-)



  git pull ssh://git.haiku-os.org:22/haiku refs/changes/35/2135/1
--
To view, visit https://review.haiku-os.org/c/haiku/+/2135
To unsubscribe, or for help writing mail filters, visit 
https://review.haiku-os.org/settings

Gerrit-Project: haiku
Gerrit-Branch: master
Gerrit-Change-Id: Iea236a6ad09bc8bae9f6df8d63780bbfd4fa5619
Gerrit-Change-Number: 2135
Gerrit-PatchSet: 1
Gerrit-Owner: Adrien Destugues <pulkomandy@xxxxxxxxx>
Gerrit-MessageType: newchange

Other related posts:

  • » [haiku-commits] Change in haiku[master]: app_server: match screen configurations with empty serial number - Gerrit