X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2Fdtcreate%2FUxXt.h;h=e059ee9468124cb787050f2457ee80bcfe7cbea4;hb=07f272122d467e819536e1c6d20eadbfd040167a;hp=fdc6b4664f174977501c409371efb331c8b51894;hpb=83b6996daa2c5ae22fc2b69093814cb08314954a;p=oweals%2Fcde.git diff --git a/cde/programs/dtcreate/UxXt.h b/cde/programs/dtcreate/UxXt.h index fdc6b466..e059ee94 100644 --- a/cde/programs/dtcreate/UxXt.h +++ b/cde/programs/dtcreate/UxXt.h @@ -1,3 +1,25 @@ +/* + * CDE - Common Desktop Environment + * + * Copyright (c) 1993-2012, The Open Group. All rights reserved. + * + * These libraries and programs are free software; you can + * redistribute them and/or modify them under the terms of the GNU + * Lesser General Public License as published by the Free Software + * Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * These libraries and programs are distributed in the hope that + * they will be useful, but WITHOUT ANY WARRANTY; without even the + * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU Lesser General Public License for more + * details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with these libraries and programs; if not, write + * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth + * Floor, Boston, MA 02110-1301 USA + */ /* @(#)95 1.3 com/config/UxXt.h, aic, aic324, 9322324a 6/1/93 16:14:00 */ /* * COMPONENT_NAME: AIC AIXwindows Interface Composer @@ -148,6 +170,7 @@ extern void UxMrmRegisterClass( char *, Widget (*)(Widget, String, A /* The following are declarations of the functions in UxXt.c */ +extern void* UxNewContext (size_t size, int isSubclass); extern int UxPopupInterface( Widget wgt, XtGrabKind grab_flag ); extern int UxPopdownInterface( Widget wgt ); extern int UxDestroyInterface( Widget wgt);