mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Revert "ttsnoop: NULL is not 0"
This reverts commit 6a9327f2ab
.
The real fix for this (and other issues) needs to be done in dtcodegen.
This commit is contained in:
parent
6a9327f2ab
commit
ba0f3a250d
1 changed files with 3 additions and 3 deletions
|
@ -340,6 +340,9 @@ main(int argc, char **argv)
|
||||||
XtAppContext app;
|
XtAppContext app;
|
||||||
Atom save_yourself_atom;
|
Atom save_yourself_atom;
|
||||||
|
|
||||||
|
Pixmap icon_pixmap = 0;
|
||||||
|
Pixmap icon_mask_pixmap = 0;
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
*** DTB_USER_CODE_START
|
*** DTB_USER_CODE_START
|
||||||
***
|
***
|
||||||
|
@ -348,9 +351,6 @@ main(int argc, char **argv)
|
||||||
*** Add local variables and code.
|
*** Add local variables and code.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
Pixmap icon_pixmap = 0;
|
|
||||||
Pixmap icon_mask_pixmap = 0;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The application must call DtTermInitialize() before
|
* The application must call DtTermInitialize() before
|
||||||
* initializing the Xt Toolkit with XtAppInitialize(3X).
|
* initializing the Xt Toolkit with XtAppInitialize(3X).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue