File: unsigned

package info (click to toggle)
atom4 4.1-9
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 836 kB
  • ctags: 1,222
  • sloc: cpp: 4,451; makefile: 46; perl: 6
file content (13 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: atom4-4.1/x/xcursor.h
===================================================================
--- atom4-4.1.orig/x/xcursor.h
+++ atom4-4.1/x/xcursor.h
@@ -17,7 +17,7 @@ class xcursor {
   Drawable d;
   xflatsprite *cursor;			// [R]
   xsavebuf bckgnd;
-  int visible:1;
+  unsigned visible:1;
   int x,y;				// last known cursor position
 
   void draw();