openbsd-ports/x11/olvwm/patches/patch-06

26 lines
753 B
Plaintext
Raw Normal View History

--- atom.c.orig Thu Jan 13 22:36:02 1994
+++ ./atom.c Sat Jul 17 10:04:13 1999
@@ -73,11 +73,11 @@
Atom AtomDecorIconName;
Atom AtomSunReReadMenuFile;
#ifdef OW_I18N_L4
-Atom AtomCompoundText;
Atom AtomDecorIMStatus;
Atom AtomLeftIMStatus;
Atom AtomRightIMStatus;
#endif
+Atom AtomCompoundText;
1998-09-29 22:31:44 -04:00
/***************************************************************************
* Global functions
@@ -153,9 +153,7 @@
AtomTargets = XInternAtom(dpy,"TARGETS",False);
AtomTimestamp = XInternAtom(dpy,"TIMESTAMP",False);
AtomUser = XInternAtom(dpy,"USER",False);
-#ifdef OW_I18N_L4
AtomCompoundText = XInternAtom(dpy, "COMPOUND_TEXT" , False);
-#endif
1998-09-29 22:31:44 -04:00
/* SunView environment */
AtomSunViewEnv = XInternAtom(dpy,"_SUN_SUNVIEW_ENV",False);