diff options
author | Yuri Dario <ydario@apache.org> | 2012-03-21 13:19:55 +0000 |
---|---|---|
committer | Yuri Dario <ydario@apache.org> | 2012-03-21 13:19:55 +0000 |
commit | 017256f7e971ced9cc4a1c765ed0dcceefdbda18 (patch) | |
tree | 4133c2cc7512f8d68bc8398c4803ced6fca9641d | |
parent | 46b0dd7c0f2ce0263aac0c57762e82dbfa3c2d61 (diff) |
i119097: Update headers to Alv2 headers, this was supposed to be done earlier as for other sal os2 headers.
-rw-r--r-- | vcl/inc/os2/wingdi.h | 23 | ||||
-rw-r--r-- | vcl/inc/os2/xwphook.h | 39 |
2 files changed, 51 insertions, 11 deletions
diff --git a/vcl/inc/os2/wingdi.h b/vcl/inc/os2/wingdi.h index d6085abbd262..9a1b02ff7507 100644 --- a/vcl/inc/os2/wingdi.h +++ b/vcl/inc/os2/wingdi.h @@ -1,3 +1,26 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + #ifndef _WINGDI_ #define _WINGDI_ diff --git a/vcl/inc/os2/xwphook.h b/vcl/inc/os2/xwphook.h index 07e00bd4c4c1..34f456236d40 100644 --- a/vcl/inc/os2/xwphook.h +++ b/vcl/inc/os2/xwphook.h @@ -1,3 +1,25 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + /* * xwphook.h: @@ -8,14 +30,9 @@ /* * Copyright (C) 1999-2002 Ulrich Mller. - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, in version 2 as it comes in the COPYING - * file of the XWorkplace main distribution. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * This file is part of the "XWorkplace helpers" source package. + * + * 2009-06-15 published under LGPL3 with Ulrich Mller permission. */ #ifndef XWPHOOK_HEADER_INCLUDED @@ -79,7 +96,7 @@ typedef struct _PAGERCONFIG { - BYTE cDesktopsX, + PM_BYTE cDesktopsX, cDesktopsY, // no. of virtual Desktops (x and y) bStartX, @@ -236,7 +253,7 @@ // bottom in order not to break binary // compatibility - BYTE bMonitorDrives[30]; // array of 1-byte BOOLs; if any of these + PM_BYTE bMonitorDrives[30]; // array of 1-byte BOOLs; if any of these // is "1", the corresponding drive letter // will be monitored for media change // (index 1 = A, index 2 = B, index 3 = C, ...). @@ -492,7 +509,7 @@ USHORT usAction; // The action (relative to the plugin) defined for // this event. - BYTE abSetup[16]; + PM_BYTE abSetup[16]; // A private area possibly refining the action. } MOUSEMAPPING, *PMOUSEMAPPING; |