Gtk2: implemented SM_CXBORDER and SM_CYBORDER system metrics

git-svn-id: trunk@35308 -
This commit is contained in:
zeljko 2012-02-11 17:49:56 +00:00
parent 77b7c33e02
commit 785b59e3ec

View File

@ -5347,10 +5347,12 @@ begin
SM_CXBORDER:
begin
//DebugLn('Trace:TODO: [TGtk2WidgetSet.GetSystemMetrics] --> SM_CXBORDER ');
Result := Max(FCachedBorderSize, 0);
end;
SM_CYBORDER:
begin
//DebugLn('Trace:TODO: [TGtk2WidgetSet.GetSystemMetrics] --> SM_CYBORDER ');
Result := Max(FCachedBorderSize, 0);
end;
SM_CXCURSOR,
SM_CYCURSOR: